Shades of Chocolate #CE6610
Tints of Chocolate #CE6610
RGB
CMYK
RGB Variations
Color information
#CE6610 (or 0xCE6610) is known color: Chocolate. HEX triplet: CE, 66 and 10. RGB value is (206,102,16). Sum of RGB (Red+Green+Blue) = 206+102+16=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6610 is #3199EF. Grayscale: #7B7B7B. Windows color (decimal): -3250672 or 1074894. OLE color: 1074894.
HSL color Cylindrical-coordinate representation of color #CE6610: hue angle of 27.16º 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 #CE6610 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.19 |
| HSL | 27.16º | 0.86% | 0.44% | - |
| HSV(B) | 27.16º | 0.92% | 0.81% | - |
| XYZ | 30.3 | 22.66 | 3.27 | - |
| YUV | 123.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 16 | 0 | 0.50 | 0.92 | 0.19 | 27.16 | 0.86 | 0.44 |
| Hex | CE | 66 | 10 | 0 | 32 | 5C | 13 | 1B | 56 | 2C |
| Octal | 316 | 146 | 20 | 0 | 62 | 134 | 23 | 33 | 126 | 54 |
| Binary | 11001110 | 1100110 | 10000 | 0 | 110010 | 1011100 | 10011 | 11011 | 1010110 | 101100 |
Color Harmonies of #CE6610
Complementary color
Monochromatic Colors of #CE6610
Black with #CE6610
Text Example
Text Example
White with #CE6610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6610; }
p { color: rgb(206,102,16); }
H1.HeaderClassName
{
color: #CE6610;
}
.AnyTagClassName
{
color: #CE6610;
}
</style>
background-color css
<style>
a { background-color: #CE6610; }
a { background-color: rgb(206,102,16); }
div.DivClassName
{
background-color: #CE6610;
}
.BgClassName
{
background-color: #CE6610;
}
</style>
border-color css
<style>
span { border-color: #CE6610; }
span { border-color: rgb(206,102,16); }
td.TdClassName
{
border-color: #CE6610;
}
.TagClassName
{
border-color: #CE6610;
}
</style>