Shades of Chocolate #CE6C09
Tints of Chocolate #CE6C09
RGB
CMYK
RGB Variations
Color information
#CE6C09 (or 0xCE6C09) is known color: Chocolate. HEX triplet: CE, 6C and 09. RGB value is (206,108,9). Sum of RGB (Red+Green+Blue) = 206+108+9=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 9 (3.91% from 255 or 2.79% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C09 is #3193F6. Grayscale: #7E7E7E. Windows color (decimal): -3249143 or 617678. OLE color: 617678.
HSL color Cylindrical-coordinate representation of color #CE6C09: hue angle of 30.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CE6C09 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 9 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.19 |
| HSL | 30.15º | 0.92% | 0.42% | - |
| HSV(B) | 30.15º | 0.96% | 0.81% | - |
| XYZ | 30.87 | 23.87 | 3.24 | - |
| YUV | 126.02 | 61.97 | 185.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 9 | 0 | 0.48 | 0.96 | 0.19 | 30.15 | 0.92 | 0.42 |
| Hex | CE | 6C | 9 | 0 | 30 | 60 | 13 | 1E | 5C | 2A |
| Octal | 316 | 154 | 11 | 0 | 60 | 140 | 23 | 36 | 134 | 52 |
| Binary | 11001110 | 1101100 | 1001 | 0 | 110000 | 1100000 | 10011 | 11110 | 1011100 | 101010 |
Color Harmonies of #CE6C09
Complementary color
Monochromatic Colors of #CE6C09
Black with #CE6C09
Text Example
Text Example
White with #CE6C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C09; }
p { color: rgb(206,108,9); }
H1.HeaderClassName
{
color: #CE6C09;
}
.AnyTagClassName
{
color: #CE6C09;
}
</style>
background-color css
<style>
a { background-color: #CE6C09; }
a { background-color: rgb(206,108,9); }
div.DivClassName
{
background-color: #CE6C09;
}
.BgClassName
{
background-color: #CE6C09;
}
</style>
border-color css
<style>
span { border-color: #CE6C09; }
span { border-color: rgb(206,108,9); }
td.TdClassName
{
border-color: #CE6C09;
}
.TagClassName
{
border-color: #CE6C09;
}
</style>