Shades of Chocolate #CE6C22
Tints of Chocolate #CE6C22
RGB
CMYK
RGB Variations
Color information
#CE6C22 (or 0xCE6C22) is known color: Chocolate. HEX triplet: CE, 6C and 22. RGB value is (206,108,34). Sum of RGB (Red+Green+Blue) = 206+108+34=348 (46% of max value = 765). Red value is 206 (80.86% from 255 or 59.20% from 348); Green value is 108 (42.58% from 255 or 31.03% from 348); Blue value is 34 (13.67% from 255 or 9.77% from 348); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C22 is #3193DD. Grayscale: #818181. Windows color (decimal): -3249118 or 2256078. OLE color: 2256078.
HSL color Cylindrical-coordinate representation of color #CE6C22: hue angle of 25.81º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CE6C22 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 34 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.19 |
| HSL | 25.81º | 0.72% | 0.47% | - |
| HSV(B) | 25.81º | 0.83% | 0.81% | - |
| XYZ | 31.1 | 23.96 | 4.5 | - |
| YUV | 128.87 | 74.47 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 34 | 0 | 0.48 | 0.83 | 0.19 | 25.81 | 0.72 | 0.47 |
| Hex | CE | 6C | 22 | 0 | 30 | 53 | 13 | 1A | 48 | 2F |
| Octal | 316 | 154 | 42 | 0 | 60 | 123 | 23 | 32 | 110 | 57 |
| Binary | 11001110 | 1101100 | 100010 | 0 | 110000 | 1010011 | 10011 | 11010 | 1001000 | 101111 |
Color Harmonies of #CE6C22
Complementary color
Monochromatic Colors of #CE6C22
Black with #CE6C22
Text Example
Text Example
White with #CE6C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C22; }
p { color: rgb(206,108,34); }
H1.HeaderClassName
{
color: #CE6C22;
}
.AnyTagClassName
{
color: #CE6C22;
}
</style>
background-color css
<style>
a { background-color: #CE6C22; }
a { background-color: rgb(206,108,34); }
div.DivClassName
{
background-color: #CE6C22;
}
.BgClassName
{
background-color: #CE6C22;
}
</style>
border-color css
<style>
span { border-color: #CE6C22; }
span { border-color: rgb(206,108,34); }
td.TdClassName
{
border-color: #CE6C22;
}
.TagClassName
{
border-color: #CE6C22;
}
</style>