Shades of Chocolate #CE6921
Tints of Chocolate #CE6921
RGB
CMYK
RGB Variations
Color information
#CE6921 (or 0xCE6921) is known color: Chocolate. HEX triplet: CE, 69 and 21. RGB value is (206,105,33). Sum of RGB (Red+Green+Blue) = 206+105+33=344 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.88% from 344); Green value is 105 (41.41% from 255 or 30.52% from 344); Blue value is 33 (13.28% from 255 or 9.59% from 344); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6921 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6921 is #3196DE. Grayscale: #7F7F7F. Windows color (decimal): -3249887 or 2189774. OLE color: 2189774.
HSL color Cylindrical-coordinate representation of color #CE6921: hue angle of 24.97º 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 #CE6921 is Cyan = 0, Magento = 0.49, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 105 | 33 | - |
| CMYK | 0 | 0.49 | 0.84 | 0.19 |
| HSL | 24.97º | 0.72% | 0.47% | - |
| HSV(B) | 24.97º | 0.84% | 0.81% | - |
| XYZ | 30.78 | 23.33 | 4.32 | - |
| YUV | 126.99 | 74.96 | 184.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 33 | 0 | 0.49 | 0.84 | 0.19 | 24.97 | 0.72 | 0.47 |
| Hex | CE | 69 | 21 | 0 | 31 | 54 | 13 | 19 | 48 | 2F |
| Octal | 316 | 151 | 41 | 0 | 61 | 124 | 23 | 31 | 110 | 57 |
| Binary | 11001110 | 1101001 | 100001 | 0 | 110001 | 1010100 | 10011 | 11001 | 1001000 | 101111 |
Color Harmonies of #CE6921
Complementary color
Monochromatic Colors of #CE6921
Black with #CE6921
Text Example
Text Example
White with #CE6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6921; }
p { color: rgb(206,105,33); }
H1.HeaderClassName
{
color: #CE6921;
}
.AnyTagClassName
{
color: #CE6921;
}
</style>
background-color css
<style>
a { background-color: #CE6921; }
a { background-color: rgb(206,105,33); }
div.DivClassName
{
background-color: #CE6921;
}
.BgClassName
{
background-color: #CE6921;
}
</style>
border-color css
<style>
span { border-color: #CE6921; }
span { border-color: rgb(206,105,33); }
td.TdClassName
{
border-color: #CE6921;
}
.TagClassName
{
border-color: #CE6921;
}
</style>