Shades of Chocolate #CE6C0B
Tints of Chocolate #CE6C0B
RGB
CMYK
RGB Variations
Color information
#CE6C0B (or 0xCE6C0B) is known color: Chocolate. HEX triplet: CE, 6C and 0B. RGB value is (206,108,11). Sum of RGB (Red+Green+Blue) = 206+108+11=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 11 (4.69% from 255 or 3.38% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C0B is #3193F4. Grayscale: #7E7E7E. Windows color (decimal): -3249141 or 748750. OLE color: 748750.
HSL color Cylindrical-coordinate representation of color #CE6C0B: hue angle of 29.85º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CE6C0B is Cyan = 0, Magento = 0.48, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 11 | - |
| CMYK | 0 | 0.48 | 0.95 | 0.19 |
| HSL | 29.85º | 0.9% | 0.43% | - |
| HSV(B) | 29.85º | 0.95% | 0.81% | - |
| XYZ | 30.88 | 23.87 | 3.3 | - |
| YUV | 126.24 | 62.97 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 11 | 0 | 0.48 | 0.95 | 0.19 | 29.85 | 0.9 | 0.43 |
| Hex | CE | 6C | B | 0 | 30 | 5F | 13 | 1E | 5A | 2B |
| Octal | 316 | 154 | 13 | 0 | 60 | 137 | 23 | 36 | 132 | 53 |
| Binary | 11001110 | 1101100 | 1011 | 0 | 110000 | 1011111 | 10011 | 11110 | 1011010 | 101011 |
Color Harmonies of #CE6C0B
Complementary color
Monochromatic Colors of #CE6C0B
Black with #CE6C0B
Text Example
Text Example
White with #CE6C0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C0B; }
p { color: rgb(206,108,11); }
H1.HeaderClassName
{
color: #CE6C0B;
}
.AnyTagClassName
{
color: #CE6C0B;
}
</style>
background-color css
<style>
a { background-color: #CE6C0B; }
a { background-color: rgb(206,108,11); }
div.DivClassName
{
background-color: #CE6C0B;
}
.BgClassName
{
background-color: #CE6C0B;
}
</style>
border-color css
<style>
span { border-color: #CE6C0B; }
span { border-color: rgb(206,108,11); }
td.TdClassName
{
border-color: #CE6C0B;
}
.TagClassName
{
border-color: #CE6C0B;
}
</style>