Shades of Chocolate #CE6421
Tints of Chocolate #CE6421
RGB
CMYK
RGB Variations
Color information
#CE6421 (or 0xCE6421) is known color: Chocolate. HEX triplet: CE, 64 and 21. RGB value is (206,100,33). Sum of RGB (Red+Green+Blue) = 206+100+33=339 (44% of max value = 765). Red value is 206 (80.86% from 255 or 60.77% from 339); Green value is 100 (39.45% from 255 or 29.50% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6421 is #319BDE. Grayscale: #7C7C7C. Windows color (decimal): -3251167 or 2188494. OLE color: 2188494.
HSL color Cylindrical-coordinate representation of color #CE6421: hue angle of 23.24º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CE6421 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.19 |
| HSL | 23.24º | 0.72% | 0.47% | - |
| HSV(B) | 23.24º | 0.84% | 0.81% | - |
| XYZ | 30.29 | 22.35 | 4.16 | - |
| YUV | 124.06 | 76.62 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 33 | 0 | 0.51 | 0.84 | 0.19 | 23.24 | 0.72 | 0.47 |
| Hex | CE | 64 | 21 | 0 | 33 | 54 | 13 | 17 | 48 | 2F |
| Octal | 316 | 144 | 41 | 0 | 63 | 124 | 23 | 27 | 110 | 57 |
| Binary | 11001110 | 1100100 | 100001 | 0 | 110011 | 1010100 | 10011 | 10111 | 1001000 | 101111 |
Color Harmonies of #CE6421
Complementary color
Monochromatic Colors of #CE6421
Black with #CE6421
Text Example
Text Example
White with #CE6421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6421; }
p { color: rgb(206,100,33); }
H1.HeaderClassName
{
color: #CE6421;
}
.AnyTagClassName
{
color: #CE6421;
}
</style>
background-color css
<style>
a { background-color: #CE6421; }
a { background-color: rgb(206,100,33); }
div.DivClassName
{
background-color: #CE6421;
}
.BgClassName
{
background-color: #CE6421;
}
</style>
border-color css
<style>
span { border-color: #CE6421; }
span { border-color: rgb(206,100,33); }
td.TdClassName
{
border-color: #CE6421;
}
.TagClassName
{
border-color: #CE6421;
}
</style>