Shades of Chocolate #CE6B10
Tints of Chocolate #CE6B10
RGB
CMYK
RGB Variations
Color information
#CE6B10 (or 0xCE6B10) is known color: Chocolate. HEX triplet: CE, 6B and 10. RGB value is (206,107,16). Sum of RGB (Red+Green+Blue) = 206+107+16=329 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.61% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 16 (6.64% from 255 or 4.86% from 329); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6B10 is #3194EF. Grayscale: #7E7E7E. Windows color (decimal): -3249392 or 1076174. OLE color: 1076174.
HSL color Cylindrical-coordinate representation of color #CE6B10: hue angle of 28.74º 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 #CE6B10 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 16 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.19 |
| HSL | 28.74º | 0.86% | 0.44% | - |
| HSV(B) | 28.74º | 0.92% | 0.81% | - |
| XYZ | 30.8 | 23.67 | 3.44 | - |
| YUV | 126.23 | 65.8 | 184.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 16 | 0 | 0.48 | 0.92 | 0.19 | 28.74 | 0.86 | 0.44 |
| Hex | CE | 6B | 10 | 0 | 30 | 5C | 13 | 1D | 56 | 2C |
| Octal | 316 | 153 | 20 | 0 | 60 | 134 | 23 | 35 | 126 | 54 |
| Binary | 11001110 | 1101011 | 10000 | 0 | 110000 | 1011100 | 10011 | 11101 | 1010110 | 101100 |
Color Harmonies of #CE6B10
Complementary color
Monochromatic Colors of #CE6B10
Black with #CE6B10
Text Example
Text Example
White with #CE6B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B10; }
p { color: rgb(206,107,16); }
H1.HeaderClassName
{
color: #CE6B10;
}
.AnyTagClassName
{
color: #CE6B10;
}
</style>
background-color css
<style>
a { background-color: #CE6B10; }
a { background-color: rgb(206,107,16); }
div.DivClassName
{
background-color: #CE6B10;
}
.BgClassName
{
background-color: #CE6B10;
}
</style>
border-color css
<style>
span { border-color: #CE6B10; }
span { border-color: rgb(206,107,16); }
td.TdClassName
{
border-color: #CE6B10;
}
.TagClassName
{
border-color: #CE6B10;
}
</style>