Shades of Chocolate #CE6F10
Tints of Chocolate #CE6F10
RGB
CMYK
RGB Variations
Color information
#CE6F10 (or 0xCE6F10) is known color: Chocolate. HEX triplet: CE, 6F and 10. RGB value is (206,111,16). Sum of RGB (Red+Green+Blue) = 206+111+16=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6F10 is #3190EF. Grayscale: #818181. Windows color (decimal): -3248368 or 1077198. OLE color: 1077198.
HSL color Cylindrical-coordinate representation of color #CE6F10: hue angle of 30º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE6F10 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.19 |
| HSL | 30º | 0.86% | 0.44% | - |
| HSV(B) | 30º | 0.92% | 0.81% | - |
| XYZ | 31.23 | 24.53 | 3.58 | - |
| YUV | 128.58 | 64.47 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 16 | 0 | 0.46 | 0.92 | 0.19 | 30 | 0.86 | 0.44 |
| Hex | CE | 6F | 10 | 0 | 2E | 5C | 13 | 1E | 56 | 2C |
| Octal | 316 | 157 | 20 | 0 | 56 | 134 | 23 | 36 | 126 | 54 |
| Binary | 11001110 | 1101111 | 10000 | 0 | 101110 | 1011100 | 10011 | 11110 | 1010110 | 101100 |
Color Harmonies of #CE6F10
Complementary color
Monochromatic Colors of #CE6F10
Black with #CE6F10
Text Example
Text Example
White with #CE6F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F10; }
p { color: rgb(206,111,16); }
H1.HeaderClassName
{
color: #CE6F10;
}
.AnyTagClassName
{
color: #CE6F10;
}
</style>
background-color css
<style>
a { background-color: #CE6F10; }
a { background-color: rgb(206,111,16); }
div.DivClassName
{
background-color: #CE6F10;
}
.BgClassName
{
background-color: #CE6F10;
}
</style>
border-color css
<style>
span { border-color: #CE6F10; }
span { border-color: rgb(206,111,16); }
td.TdClassName
{
border-color: #CE6F10;
}
.TagClassName
{
border-color: #CE6F10;
}
</style>