Color spaces of #602609
RGB | 96 | 38 | 9 |
---|---|---|---|
HSL | 0.06 | 0.83 | 0.21 |
HSV | 20° | 91° | 38° |
CMYK | 0.00 | 0.60 | 0.91 0.62 |
XYZ | 5.5663 | 3.8927 | 0.7164 |
Yxy | 3.8927 | 0.5470 | 0.3826 |
Hunter Lab | 19.7299 | 15.8319 | 11.6581 |
CIE-Lab | 23.3135 | 24.7141 | 29.9487 |
#602609 color RGB value is (96,38,9).
#602609 hex color red value is 96, green value is 38 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #602609 hue: 0.06 , saturation: 0.83 and the lightness value of 602609 is 0.21.
The process color (four color CMYK) of #602609 color hex is 0.00, 0.60, 0.91, 0.62. Web safe color of #602609 is #663300. Color #602609 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100000 | 00100110 | 00001001 |
Octal | 140 | 46 | 11 |
Decimal | 96 | 38 | 9 |
Hex | 60 | 26 | 9 |
Shades of #602609
Tints of #602609
RGB Percentages of Color #602609
CMYK Percentages of Color #602609
Complementary Color
#602609 | #094360 |
#602609 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#602609 Color Preview on White Background
Lorem ipsum dolor sit amet.
#602609 Color CSS Codes
.mybgcolor {background-color:#602609; } .myforecolor {color:#602609; } .mybordercolor {border:3px solid #602609; }
#602609 Text Font Color
<p style="color:#602609">Text here</p>
This sample text font color is #602609
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.
#602609 Background Color
<div style="background-color:#602609">
Div content here</div>
This div background color is #602609
#602609 Border Color
<div style="border:3px solid #602609">
Div here</div>
This div border color is #602609
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(96,38,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #602609; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #602609; -webkit-box-shadow: 1px 1px 3px 2px #602609; box-shadow: 1px 1px 3px 2px #602609; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(96,38,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #602609">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #602609; -webkit-box-shadow: 1px 1px 3px 2px #602609; box-shadow: 1px 1px 3px 2px #602609;">
Div content here</div>
This div box has shadow with color #602609
Comments
No comments written yet.
Please login to write comment.