Color spaces of #c6900e
RGB | 198 | 144 | 14 |
---|---|---|---|
HSL | 0.12 | 0.87 | 0.42 |
HSV | 42° | 93° | 78° |
CMYK | 0.00 | 0.27 | 0.93 0.22 |
XYZ | 33.3412 | 31.9840 | 4.8317 |
Yxy | 31.9840 | 0.4752 | 0.4559 |
Hunter Lab | 56.5544 | 6.2631 | 34.5227 |
CIE-Lab | 63.3297 | 10.6905 | 65.9682 |
#c6900e color RGB value is (198,144,14).
#c6900e hex color red value is 198, green value is 144 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c6900e hue: 0.12 , saturation: 0.87 and the lightness value of c6900e is 0.42.
The process color (four color CMYK) of #c6900e color hex is 0.00, 0.27, 0.93, 0.22. Web safe color of #c6900e is #cc9900. Color #c6900e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10010000 | 00001110 |
Octal | 306 | 220 | 16 |
Decimal | 198 | 144 | 14 |
Hex | C6 | 90 | E |
Shades of #c6900e
Tints of #c6900e
RGB Percentages of Color #c6900e
CMYK Percentages of Color #c6900e
Complementary Color
#c6900e | #0e44c6 |
#c6900e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6900e Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6900e Color CSS Codes
.mybgcolor {background-color:#c6900e; } .myforecolor {color:#c6900e; } .mybordercolor {border:3px solid #c6900e; }
#c6900e Text Font Color
<p style="color:#c6900e">Text here</p>
This sample text font color is #c6900e
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.
#c6900e Background Color
<div style="background-color:#c6900e">
Div content here</div>
This div background color is #c6900e
#c6900e Border Color
<div style="border:3px solid #c6900e">
Div here</div>
This div border color is #c6900e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,144,14, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6900e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6900e; -webkit-box-shadow: 1px 1px 3px 2px #c6900e; box-shadow: 1px 1px 3px 2px #c6900e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,144,14, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6900e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6900e; -webkit-box-shadow: 1px 1px 3px 2px #c6900e; box-shadow: 1px 1px 3px 2px #c6900e;">
Div content here</div>
This div box has shadow with color #c6900e
Comments
No comments written yet.
Please login to write comment.