Shades of Chocolate #CE6D09
Tints of Chocolate #CE6D09
RGB
CMYK
RGB Variations
Color information
#CE6D09 (or 0xCE6D09) is known color: Chocolate. HEX triplet: CE, 6D and 09. RGB value is (206,109,9). Sum of RGB (Red+Green+Blue) = 206+109+9=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D09 is #3192F6. Grayscale: #7F7F7F. Windows color (decimal): -3248887 or 617934. OLE color: 617934.
HSL color Cylindrical-coordinate representation of color #CE6D09: hue angle of 30.46º 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 #CE6D09 is Cyan = 0, Magento = 0.47, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 9 | - |
| CMYK | 0 | 0.47 | 0.96 | 0.19 |
| HSL | 30.46º | 0.92% | 0.42% | - |
| HSV(B) | 30.46º | 0.96% | 0.81% | - |
| XYZ | 30.97 | 24.08 | 3.27 | - |
| YUV | 126.6 | 61.64 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 9 | 0 | 0.47 | 0.96 | 0.19 | 30.46 | 0.92 | 0.42 |
| Hex | CE | 6D | 9 | 0 | 2F | 60 | 13 | 1E | 5C | 2A |
| Octal | 316 | 155 | 11 | 0 | 57 | 140 | 23 | 36 | 134 | 52 |
| Binary | 11001110 | 1101101 | 1001 | 0 | 101111 | 1100000 | 10011 | 11110 | 1011100 | 101010 |
Color Harmonies of #CE6D09
Complementary color
Monochromatic Colors of #CE6D09
Black with #CE6D09
Text Example
Text Example
White with #CE6D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D09; }
p { color: rgb(206,109,9); }
H1.HeaderClassName
{
color: #CE6D09;
}
.AnyTagClassName
{
color: #CE6D09;
}
</style>
background-color css
<style>
a { background-color: #CE6D09; }
a { background-color: rgb(206,109,9); }
div.DivClassName
{
background-color: #CE6D09;
}
.BgClassName
{
background-color: #CE6D09;
}
</style>
border-color css
<style>
span { border-color: #CE6D09; }
span { border-color: rgb(206,109,9); }
td.TdClassName
{
border-color: #CE6D09;
}
.TagClassName
{
border-color: #CE6D09;
}
</style>