Shades of Chocolate #CE6F20
Tints of Chocolate #CE6F20
RGB
CMYK
RGB Variations
Color information
#CE6F20 (or 0xCE6F20) is known color: Chocolate. HEX triplet: CE, 6F and 20. RGB value is (206,111,32). Sum of RGB (Red+Green+Blue) = 206+111+32=349 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.03% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 32 (12.89% from 255 or 9.17% from 349); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F20 is #3190DF. Grayscale: #828282. Windows color (decimal): -3248352 or 2125774. OLE color: 2125774.
HSL color Cylindrical-coordinate representation of color #CE6F20: hue angle of 27.24º 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 #CE6F20 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 32 | - |
| CMYK | 0 | 0.46 | 0.84 | 0.19 |
| HSL | 27.24º | 0.73% | 0.47% | - |
| HSV(B) | 27.24º | 0.84% | 0.81% | - |
| XYZ | 31.4 | 24.59 | 4.46 | - |
| YUV | 130.4 | 72.47 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 32 | 0 | 0.46 | 0.84 | 0.19 | 27.24 | 0.73 | 0.47 |
| Hex | CE | 6F | 20 | 0 | 2E | 54 | 13 | 1B | 49 | 2F |
| Octal | 316 | 157 | 40 | 0 | 56 | 124 | 23 | 33 | 111 | 57 |
| Binary | 11001110 | 1101111 | 100000 | 0 | 101110 | 1010100 | 10011 | 11011 | 1001001 | 101111 |
Color Harmonies of #CE6F20
Complementary color
Monochromatic Colors of #CE6F20
Black with #CE6F20
Text Example
Text Example
White with #CE6F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F20; }
p { color: rgb(206,111,32); }
H1.HeaderClassName
{
color: #CE6F20;
}
.AnyTagClassName
{
color: #CE6F20;
}
</style>
background-color css
<style>
a { background-color: #CE6F20; }
a { background-color: rgb(206,111,32); }
div.DivClassName
{
background-color: #CE6F20;
}
.BgClassName
{
background-color: #CE6F20;
}
</style>
border-color css
<style>
span { border-color: #CE6F20; }
span { border-color: rgb(206,111,32); }
td.TdClassName
{
border-color: #CE6F20;
}
.TagClassName
{
border-color: #CE6F20;
}
</style>