Shades of Chocolate #CE6620
Tints of Chocolate #CE6620
RGB
CMYK
RGB Variations
Color information
#CE6620 (or 0xCE6620) is known color: Chocolate. HEX triplet: CE, 66 and 20. RGB value is (206,102,32). Sum of RGB (Red+Green+Blue) = 206+102+32=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 32 (12.89% from 255 or 9.41% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6620 is #3199DF. Grayscale: #7D7D7D. Windows color (decimal): -3250656 or 2123470. OLE color: 2123470.
HSL color Cylindrical-coordinate representation of color #CE6620: hue angle of 24.14º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE6620 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 32 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.19 |
| HSL | 24.14º | 0.73% | 0.47% | - |
| HSV(B) | 24.14º | 0.84% | 0.81% | - |
| XYZ | 30.47 | 22.73 | 4.15 | - |
| YUV | 125.12 | 75.46 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 32 | 0 | 0.50 | 0.84 | 0.19 | 24.14 | 0.73 | 0.47 |
| Hex | CE | 66 | 20 | 0 | 32 | 54 | 13 | 18 | 49 | 2F |
| Octal | 316 | 146 | 40 | 0 | 62 | 124 | 23 | 30 | 111 | 57 |
| Binary | 11001110 | 1100110 | 100000 | 0 | 110010 | 1010100 | 10011 | 11000 | 1001001 | 101111 |
Color Harmonies of #CE6620
Complementary color
Monochromatic Colors of #CE6620
Black with #CE6620
Text Example
Text Example
White with #CE6620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6620; }
p { color: rgb(206,102,32); }
H1.HeaderClassName
{
color: #CE6620;
}
.AnyTagClassName
{
color: #CE6620;
}
</style>
background-color css
<style>
a { background-color: #CE6620; }
a { background-color: rgb(206,102,32); }
div.DivClassName
{
background-color: #CE6620;
}
.BgClassName
{
background-color: #CE6620;
}
</style>
border-color css
<style>
span { border-color: #CE6620; }
span { border-color: rgb(206,102,32); }
td.TdClassName
{
border-color: #CE6620;
}
.TagClassName
{
border-color: #CE6620;
}
</style>