Shades of Chocolate #CE6A22
Tints of Chocolate #CE6A22
RGB
CMYK
RGB Variations
Color information
#CE6A22 (or 0xCE6A22) is known color: Chocolate. HEX triplet: CE, 6A and 22. RGB value is (206,106,34). Sum of RGB (Red+Green+Blue) = 206+106+34=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 106 (41.80% from 255 or 30.64% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6A22 is #3195DD. Grayscale: #808080. Windows color (decimal): -3249630 or 2255566. OLE color: 2255566.
HSL color Cylindrical-coordinate representation of color #CE6A22: hue angle of 25.12º 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 #CE6A22 is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 34 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.19 |
| HSL | 25.12º | 0.72% | 0.47% | - |
| HSV(B) | 25.12º | 0.83% | 0.81% | - |
| XYZ | 30.9 | 23.55 | 4.43 | - |
| YUV | 127.69 | 75.13 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 34 | 0 | 0.49 | 0.83 | 0.19 | 25.12 | 0.72 | 0.47 |
| Hex | CE | 6A | 22 | 0 | 31 | 53 | 13 | 19 | 48 | 2F |
| Octal | 316 | 152 | 42 | 0 | 61 | 123 | 23 | 31 | 110 | 57 |
| Binary | 11001110 | 1101010 | 100010 | 0 | 110001 | 1010011 | 10011 | 11001 | 1001000 | 101111 |
Color Harmonies of #CE6A22
Complementary color
Monochromatic Colors of #CE6A22
Black with #CE6A22
Text Example
Text Example
White with #CE6A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6A22; }
p { color: rgb(206,106,34); }
H1.HeaderClassName
{
color: #CE6A22;
}
.AnyTagClassName
{
color: #CE6A22;
}
</style>
background-color css
<style>
a { background-color: #CE6A22; }
a { background-color: rgb(206,106,34); }
div.DivClassName
{
background-color: #CE6A22;
}
.BgClassName
{
background-color: #CE6A22;
}
</style>
border-color css
<style>
span { border-color: #CE6A22; }
span { border-color: rgb(206,106,34); }
td.TdClassName
{
border-color: #CE6A22;
}
.TagClassName
{
border-color: #CE6A22;
}
</style>