Shades of Chocolate #CE6F22
Tints of Chocolate #CE6F22
RGB
CMYK
RGB Variations
Color information
#CE6F22 (or 0xCE6F22) is known color: Chocolate. HEX triplet: CE, 6F and 22. RGB value is (206,111,34). Sum of RGB (Red+Green+Blue) = 206+111+34=351 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.69% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 34 (13.67% from 255 or 9.69% from 351); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6F22 is #3190DD. Grayscale: #838383. Windows color (decimal): -3248350 or 2256846. OLE color: 2256846.
HSL color Cylindrical-coordinate representation of color #CE6F22: hue angle of 26.86º 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 #CE6F22 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 34 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.19 |
| HSL | 26.86º | 0.72% | 0.47% | - |
| HSV(B) | 26.86º | 0.83% | 0.81% | - |
| XYZ | 31.43 | 24.61 | 4.61 | - |
| YUV | 130.63 | 73.47 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 34 | 0 | 0.46 | 0.83 | 0.19 | 26.86 | 0.72 | 0.47 |
| Hex | CE | 6F | 22 | 0 | 2E | 53 | 13 | 1B | 48 | 2F |
| Octal | 316 | 157 | 42 | 0 | 56 | 123 | 23 | 33 | 110 | 57 |
| Binary | 11001110 | 1101111 | 100010 | 0 | 101110 | 1010011 | 10011 | 11011 | 1001000 | 101111 |
Color Harmonies of #CE6F22
Complementary color
Monochromatic Colors of #CE6F22
Black with #CE6F22
Text Example
Text Example
White with #CE6F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6F22; }
p { color: rgb(206,111,34); }
H1.HeaderClassName
{
color: #CE6F22;
}
.AnyTagClassName
{
color: #CE6F22;
}
</style>
background-color css
<style>
a { background-color: #CE6F22; }
a { background-color: rgb(206,111,34); }
div.DivClassName
{
background-color: #CE6F22;
}
.BgClassName
{
background-color: #CE6F22;
}
</style>
border-color css
<style>
span { border-color: #CE6F22; }
span { border-color: rgb(206,111,34); }
td.TdClassName
{
border-color: #CE6F22;
}
.TagClassName
{
border-color: #CE6F22;
}
</style>