Shades of Chocolate #CE6C0F
Tints of Chocolate #CE6C0F
RGB
CMYK
RGB Variations
Color information
#CE6C0F (or 0xCE6C0F) is known color: Chocolate. HEX triplet: CE, 6C and 0F. RGB value is (206,108,15). Sum of RGB (Red+Green+Blue) = 206+108+15=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6C0F is #3193F0. Grayscale: #7F7F7F. Windows color (decimal): -3249137 or 1010894. OLE color: 1010894.
HSL color Cylindrical-coordinate representation of color #CE6C0F: hue angle of 29.21º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CE6C0F is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 15 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.19 |
| HSL | 29.21º | 0.86% | 0.43% | - |
| HSV(B) | 29.21º | 0.93% | 0.81% | - |
| XYZ | 30.9 | 23.88 | 3.43 | - |
| YUV | 126.7 | 64.97 | 184.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 15 | 0 | 0.48 | 0.93 | 0.19 | 29.21 | 0.86 | 0.43 |
| Hex | CE | 6C | F | 0 | 30 | 5D | 13 | 1D | 56 | 2B |
| Octal | 316 | 154 | 17 | 0 | 60 | 135 | 23 | 35 | 126 | 53 |
| Binary | 11001110 | 1101100 | 1111 | 0 | 110000 | 1011101 | 10011 | 11101 | 1010110 | 101011 |
Color Harmonies of #CE6C0F
Complementary color
Monochromatic Colors of #CE6C0F
Black with #CE6C0F
Text Example
Text Example
White with #CE6C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C0F; }
p { color: rgb(206,108,15); }
H1.HeaderClassName
{
color: #CE6C0F;
}
.AnyTagClassName
{
color: #CE6C0F;
}
</style>
background-color css
<style>
a { background-color: #CE6C0F; }
a { background-color: rgb(206,108,15); }
div.DivClassName
{
background-color: #CE6C0F;
}
.BgClassName
{
background-color: #CE6C0F;
}
</style>
border-color css
<style>
span { border-color: #CE6C0F; }
span { border-color: rgb(206,108,15); }
td.TdClassName
{
border-color: #CE6C0F;
}
.TagClassName
{
border-color: #CE6C0F;
}
</style>