Shades of Chocolate #CE6C1D
Tints of Chocolate #CE6C1D
RGB
CMYK
RGB Variations
Color information
#CE6C1D (or 0xCE6C1D) is known color: Chocolate. HEX triplet: CE, 6C and 1D. RGB value is (206,108,29). Sum of RGB (Red+Green+Blue) = 206+108+29=343 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.06% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 29 (11.72% from 255 or 8.45% from 343); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6C1D is #3193E2. Grayscale: #808080. Windows color (decimal): -3249123 or 1928398. OLE color: 1928398.
HSL color Cylindrical-coordinate representation of color #CE6C1D: hue angle of 26.78º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CE6C1D is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 108 | 29 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.19 |
| HSL | 26.78º | 0.75% | 0.46% | - |
| HSV(B) | 26.78º | 0.86% | 0.81% | - |
| XYZ | 31.04 | 23.94 | 4.15 | - |
| YUV | 128.3 | 71.97 | 183.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 108 | 29 | 0 | 0.48 | 0.86 | 0.19 | 26.78 | 0.75 | 0.46 |
| Hex | CE | 6C | 1D | 0 | 30 | 56 | 13 | 1B | 4B | 2E |
| Octal | 316 | 154 | 35 | 0 | 60 | 126 | 23 | 33 | 113 | 56 |
| Binary | 11001110 | 1101100 | 11101 | 0 | 110000 | 1010110 | 10011 | 11011 | 1001011 | 101110 |
Color Harmonies of #CE6C1D
Complementary color
Monochromatic Colors of #CE6C1D
Black with #CE6C1D
Text Example
Text Example
White with #CE6C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6C1D; }
p { color: rgb(206,108,29); }
H1.HeaderClassName
{
color: #CE6C1D;
}
.AnyTagClassName
{
color: #CE6C1D;
}
</style>
background-color css
<style>
a { background-color: #CE6C1D; }
a { background-color: rgb(206,108,29); }
div.DivClassName
{
background-color: #CE6C1D;
}
.BgClassName
{
background-color: #CE6C1D;
}
</style>
border-color css
<style>
span { border-color: #CE6C1D; }
span { border-color: rgb(206,108,29); }
td.TdClassName
{
border-color: #CE6C1D;
}
.TagClassName
{
border-color: #CE6C1D;
}
</style>