Color spaces of #695042
RGB | 105 | 80 | 66 |
---|---|---|---|
HSL | 0.06 | 0.23 | 0.34 |
HSV | 22° | 37° | 41° |
CMYK | 0.00 | 0.24 | 0.37 0.59 |
XYZ | 9.6777 | 9.1339 | 6.4072 |
Yxy | 9.1339 | 0.3837 | 0.3622 |
Hunter Lab | 30.2223 | 4.2696 | 8.5860 |
CIE-Lab | 36.2408 | 8.3031 | 12.2788 |
#695042 color RGB value is (105,80,66).
#695042 hex color red value is 105, green value is 80 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #695042 hue: 0.06 , saturation: 0.23 and the lightness value of 695042 is 0.34.
The process color (four color CMYK) of #695042 color hex is 0.00, 0.24, 0.37, 0.59. Web safe color of #695042 is #666633. Color #695042 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01101001 | 01010000 | 01000010 |
Octal | 151 | 120 | 102 |
Decimal | 105 | 80 | 66 |
Hex | 69 | 50 | 42 |
Shades of #695042
Tints of #695042
RGB Percentages of Color #695042
CMYK Percentages of Color #695042
Complementary Color
#695042 | #425b69 |
#695042 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#695042 Color Preview on White Background
Lorem ipsum dolor sit amet.
#695042 Color CSS Codes
.mybgcolor {background-color:#695042; } .myforecolor {color:#695042; } .mybordercolor {border:3px solid #695042; }
#695042 Text Font Color
<p style="color:#695042">Text here</p>
This sample text font color is #695042
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#695042 Background Color
<div style="background-color:#695042">
Div content here</div>
This div background color is #695042
#695042 Border Color
<div style="border:3px solid #695042">
Div here</div>
This div border color is #695042
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(105,80,66, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #695042; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #695042; -webkit-box-shadow: 1px 1px 3px 2px #695042; box-shadow: 1px 1px 3px 2px #695042; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(105,80,66, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #695042">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #695042; -webkit-box-shadow: 1px 1px 3px 2px #695042; box-shadow: 1px 1px 3px 2px #695042;">
Div content here</div>
This div box has shadow with color #695042
Comments
No comments written yet.
Please login to write comment.