Shades of Chocolate #CE6521
Tints of Chocolate #CE6521
RGB
CMYK
RGB Variations
Color information
#CE6521 (or 0xCE6521) is known color: Chocolate. HEX triplet: CE, 65 and 21. RGB value is (206,101,33). Sum of RGB (Red+Green+Blue) = 206+101+33=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 33 (13.28% from 255 or 9.71% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6521 is #319ADE. Grayscale: #7D7D7D. Windows color (decimal): -3250911 or 2188750. OLE color: 2188750.
HSL color Cylindrical-coordinate representation of color #CE6521: hue angle of 23.58º 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 #CE6521 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 33 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.19 |
| HSL | 23.58º | 0.72% | 0.47% | - |
| HSV(B) | 23.58º | 0.84% | 0.81% | - |
| XYZ | 30.38 | 22.54 | 4.19 | - |
| YUV | 124.64 | 76.29 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 33 | 0 | 0.51 | 0.84 | 0.19 | 23.58 | 0.72 | 0.47 |
| Hex | CE | 65 | 21 | 0 | 33 | 54 | 13 | 18 | 48 | 2F |
| Octal | 316 | 145 | 41 | 0 | 63 | 124 | 23 | 30 | 110 | 57 |
| Binary | 11001110 | 1100101 | 100001 | 0 | 110011 | 1010100 | 10011 | 11000 | 1001000 | 101111 |
Color Harmonies of #CE6521
Complementary color
Monochromatic Colors of #CE6521
Black with #CE6521
Text Example
Text Example
White with #CE6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6521; }
p { color: rgb(206,101,33); }
H1.HeaderClassName
{
color: #CE6521;
}
.AnyTagClassName
{
color: #CE6521;
}
</style>
background-color css
<style>
a { background-color: #CE6521; }
a { background-color: rgb(206,101,33); }
div.DivClassName
{
background-color: #CE6521;
}
.BgClassName
{
background-color: #CE6521;
}
</style>
border-color css
<style>
span { border-color: #CE6521; }
span { border-color: rgb(206,101,33); }
td.TdClassName
{
border-color: #CE6521;
}
.TagClassName
{
border-color: #CE6521;
}
</style>