Shades of Chocolate #CE6B21
Tints of Chocolate #CE6B21
RGB
CMYK
RGB Variations
Color information
#CE6B21 (or 0xCE6B21) is known color: Chocolate. HEX triplet: CE, 6B and 21. RGB value is (206,107,33). Sum of RGB (Red+Green+Blue) = 206+107+33=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 33 (13.28% from 255 or 9.54% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6B21 is #3194DE. Grayscale: #808080. Windows color (decimal): -3249375 or 2190286. OLE color: 2190286.
HSL color Cylindrical-coordinate representation of color #CE6B21: hue angle of 25.66º 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 #CE6B21 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 107 | 33 | - |
| CMYK | 0 | 0.48 | 0.84 | 0.19 |
| HSL | 25.66º | 0.72% | 0.47% | - |
| HSV(B) | 25.66º | 0.84% | 0.81% | - |
| XYZ | 30.99 | 23.75 | 4.39 | - |
| YUV | 128.17 | 74.3 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 33 | 0 | 0.48 | 0.84 | 0.19 | 25.66 | 0.72 | 0.47 |
| Hex | CE | 6B | 21 | 0 | 30 | 54 | 13 | 1A | 48 | 2F |
| Octal | 316 | 153 | 41 | 0 | 60 | 124 | 23 | 32 | 110 | 57 |
| Binary | 11001110 | 1101011 | 100001 | 0 | 110000 | 1010100 | 10011 | 11010 | 1001000 | 101111 |
Color Harmonies of #CE6B21
Complementary color
Monochromatic Colors of #CE6B21
Black with #CE6B21
Text Example
Text Example
White with #CE6B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6B21; }
p { color: rgb(206,107,33); }
H1.HeaderClassName
{
color: #CE6B21;
}
.AnyTagClassName
{
color: #CE6B21;
}
</style>
background-color css
<style>
a { background-color: #CE6B21; }
a { background-color: rgb(206,107,33); }
div.DivClassName
{
background-color: #CE6B21;
}
.BgClassName
{
background-color: #CE6B21;
}
</style>
border-color css
<style>
span { border-color: #CE6B21; }
span { border-color: rgb(206,107,33); }
td.TdClassName
{
border-color: #CE6B21;
}
.TagClassName
{
border-color: #CE6B21;
}
</style>