Shades of Chocolate #CE6626
Tints of Chocolate #CE6626
RGB
CMYK
RGB Variations
Color information
#CE6626 (or 0xCE6626) is known color: Chocolate. HEX triplet: CE, 66 and 26. RGB value is (206,102,38). Sum of RGB (Red+Green+Blue) = 206+102+38=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6626 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6626 is #3199D9. Grayscale: #7E7E7E. Windows color (decimal): -3250650 or 2516686. OLE color: 2516686.
HSL color Cylindrical-coordinate representation of color #CE6626: hue angle of 22.86º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE6626 is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 38 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.19 |
| HSL | 22.86º | 0.69% | 0.48% | - |
| HSV(B) | 22.86º | 0.82% | 0.81% | - |
| XYZ | 30.55 | 22.76 | 4.62 | - |
| YUV | 125.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 38 | 0 | 0.50 | 0.82 | 0.19 | 22.86 | 0.69 | 0.48 |
| Hex | CE | 66 | 26 | 0 | 32 | 52 | 13 | 17 | 45 | 30 |
| Octal | 316 | 146 | 46 | 0 | 62 | 122 | 23 | 27 | 105 | 60 |
| Binary | 11001110 | 1100110 | 100110 | 0 | 110010 | 1010010 | 10011 | 10111 | 1000101 | 110000 |
Color Harmonies of #CE6626
Complementary color
Monochromatic Colors of #CE6626
Black with #CE6626
Text Example
Text Example
White with #CE6626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6626; }
p { color: rgb(206,102,38); }
H1.HeaderClassName
{
color: #CE6626;
}
.AnyTagClassName
{
color: #CE6626;
}
</style>
background-color css
<style>
a { background-color: #CE6626; }
a { background-color: rgb(206,102,38); }
div.DivClassName
{
background-color: #CE6626;
}
.BgClassName
{
background-color: #CE6626;
}
</style>
border-color css
<style>
span { border-color: #CE6626; }
span { border-color: rgb(206,102,38); }
td.TdClassName
{
border-color: #CE6626;
}
.TagClassName
{
border-color: #CE6626;
}
</style>