Shades of Chocolate #CE6222
Tints of Chocolate #CE6222
RGB
CMYK
RGB Variations
Color information
#CE6222 (or 0xCE6222) is known color: Chocolate. HEX triplet: CE, 62 and 22. RGB value is (206,98,34). Sum of RGB (Red+Green+Blue) = 206+98+34=338 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.95% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6222 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6222 is #319DDD. Grayscale: #7B7B7B. Windows color (decimal): -3251678 or 2253518. OLE color: 2253518.
HSL color Cylindrical-coordinate representation of color #CE6222: hue angle of 22.33º 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 #CE6222 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 98 | 34 | - |
| CMYK | 0 | 0.52 | 0.83 | 0.19 |
| HSL | 22.33º | 0.72% | 0.47% | - |
| HSV(B) | 22.33º | 0.83% | 0.81% | - |
| XYZ | 30.11 | 21.97 | 4.17 | - |
| YUV | 123 | 77.78 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 98 | 34 | 0 | 0.52 | 0.83 | 0.19 | 22.33 | 0.72 | 0.47 |
| Hex | CE | 62 | 22 | 0 | 34 | 53 | 13 | 16 | 48 | 2F |
| Octal | 316 | 142 | 42 | 0 | 64 | 123 | 23 | 26 | 110 | 57 |
| Binary | 11001110 | 1100010 | 100010 | 0 | 110100 | 1010011 | 10011 | 10110 | 1001000 | 101111 |
Color Harmonies of #CE6222
Complementary color
Monochromatic Colors of #CE6222
Black with #CE6222
Text Example
Text Example
White with #CE6222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6222; }
p { color: rgb(206,98,34); }
H1.HeaderClassName
{
color: #CE6222;
}
.AnyTagClassName
{
color: #CE6222;
}
</style>
background-color css
<style>
a { background-color: #CE6222; }
a { background-color: rgb(206,98,34); }
div.DivClassName
{
background-color: #CE6222;
}
.BgClassName
{
background-color: #CE6222;
}
</style>
border-color css
<style>
span { border-color: #CE6222; }
span { border-color: rgb(206,98,34); }
td.TdClassName
{
border-color: #CE6222;
}
.TagClassName
{
border-color: #CE6222;
}
</style>