Color spaces of #06360c
RGB | 6 | 54 | 12 |
---|---|---|---|
HSL | 0.35 | 0.80 | 0.12 |
HSV | 128° | 89° | 21° |
CMYK | 0.89 | 0.00 | 0.78 0.79 |
XYZ | 1.4606 | 2.7036 | 0.7927 |
Yxy | 2.7036 | 0.2947 | 0.5454 |
Hunter Lab | 16.4426 | -12.9184 | 8.6515 |
CIE-Lab | 18.8155 | -25.7581 | 21.1021 |
#06360c color RGB value is (6,54,12).
#06360c hex color red value is 6, green value is 54 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #06360c hue: 0.35 , saturation: 0.80 and the lightness value of 06360c is 0.12.
The process color (four color CMYK) of #06360c color hex is 0.89, 0.00, 0.78, 0.79. Web safe color of #06360c is #003300. Color #06360c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00000110 | 00110110 | 00001100 |
Octal | 6 | 66 | 14 |
Decimal | 6 | 54 | 12 |
Hex | 6 | 36 | C |
Shades of #06360c
Tints of #06360c
RGB Percentages of Color #06360c
CMYK Percentages of Color #06360c
Complementary Color
#06360c | #360630 |
#06360c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#06360c Color Preview on White Background
Lorem ipsum dolor sit amet.
#06360c Color CSS Codes
.mybgcolor {background-color:#06360c; } .myforecolor {color:#06360c; } .mybordercolor {border:3px solid #06360c; }
#06360c Text Font Color
<p style="color:#06360c">Text here</p>
This sample text font color is #06360c
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.
#06360c Background Color
<div style="background-color:#06360c">
Div content here</div>
This div background color is #06360c
#06360c Border Color
<div style="border:3px solid #06360c">
Div here</div>
This div border color is #06360c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(6,54,12, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #06360c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #06360c; -webkit-box-shadow: 1px 1px 3px 2px #06360c; box-shadow: 1px 1px 3px 2px #06360c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(6,54,12, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #06360c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #06360c; -webkit-box-shadow: 1px 1px 3px 2px #06360c; box-shadow: 1px 1px 3px 2px #06360c;">
Div content here</div>
This div box has shadow with color #06360c
Comments
No comments written yet.
Please login to write comment.