Shades of Chocolate #CE6D12
Tints of Chocolate #CE6D12
RGB
CMYK
RGB Variations
Color information
#CE6D12 (or 0xCE6D12) is known color: Chocolate. HEX triplet: CE, 6D and 12. RGB value is (206,109,18). Sum of RGB (Red+Green+Blue) = 206+109+18=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 18 (7.42% from 255 or 5.41% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D12 is #3192ED. Grayscale: #808080. Windows color (decimal): -3248878 or 1207758. OLE color: 1207758.
HSL color Cylindrical-coordinate representation of color #CE6D12: hue angle of 29.04º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE6D12 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 18 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.19 |
| HSL | 29.04º | 0.84% | 0.44% | - |
| HSV(B) | 29.04º | 0.91% | 0.81% | - |
| XYZ | 31.03 | 24.1 | 3.59 | - |
| YUV | 127.63 | 66.14 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 18 | 0 | 0.47 | 0.91 | 0.19 | 29.04 | 0.84 | 0.44 |
| Hex | CE | 6D | 12 | 0 | 2F | 5B | 13 | 1D | 54 | 2C |
| Octal | 316 | 155 | 22 | 0 | 57 | 133 | 23 | 35 | 124 | 54 |
| Binary | 11001110 | 1101101 | 10010 | 0 | 101111 | 1011011 | 10011 | 11101 | 1010100 | 101100 |
Color Harmonies of #CE6D12
Complementary color
Monochromatic Colors of #CE6D12
Black with #CE6D12
Text Example
Text Example
White with #CE6D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D12; }
p { color: rgb(206,109,18); }
H1.HeaderClassName
{
color: #CE6D12;
}
.AnyTagClassName
{
color: #CE6D12;
}
</style>
background-color css
<style>
a { background-color: #CE6D12; }
a { background-color: rgb(206,109,18); }
div.DivClassName
{
background-color: #CE6D12;
}
.BgClassName
{
background-color: #CE6D12;
}
</style>
border-color css
<style>
span { border-color: #CE6D12; }
span { border-color: rgb(206,109,18); }
td.TdClassName
{
border-color: #CE6D12;
}
.TagClassName
{
border-color: #CE6D12;
}
</style>