Shades of Chocolate #CE6D1B
Tints of Chocolate #CE6D1B
RGB
CMYK
RGB Variations
Color information
#CE6D1B (or 0xCE6D1B) is known color: Chocolate. HEX triplet: CE, 6D and 1B. RGB value is (206,109,27). Sum of RGB (Red+Green+Blue) = 206+109+27=342 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.23% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 27 (10.94% from 255 or 7.89% from 342); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D1B is #3192E4. Grayscale: #818181. Windows color (decimal): -3248869 or 1797582. OLE color: 1797582.
HSL color Cylindrical-coordinate representation of color #CE6D1B: hue angle of 27.49º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE6D1B is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 27 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.19 |
| HSL | 27.49º | 0.77% | 0.46% | - |
| HSV(B) | 27.49º | 0.87% | 0.81% | - |
| XYZ | 31.12 | 24.14 | 4.06 | - |
| YUV | 128.66 | 70.64 | 183.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 27 | 0 | 0.47 | 0.87 | 0.19 | 27.49 | 0.77 | 0.46 |
| Hex | CE | 6D | 1B | 0 | 2F | 57 | 13 | 1B | 4D | 2E |
| Octal | 316 | 155 | 33 | 0 | 57 | 127 | 23 | 33 | 115 | 56 |
| Binary | 11001110 | 1101101 | 11011 | 0 | 101111 | 1010111 | 10011 | 11011 | 1001101 | 101110 |
Color Harmonies of #CE6D1B
Complementary color
Monochromatic Colors of #CE6D1B
Black with #CE6D1B
Text Example
Text Example
White with #CE6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D1B; }
p { color: rgb(206,109,27); }
H1.HeaderClassName
{
color: #CE6D1B;
}
.AnyTagClassName
{
color: #CE6D1B;
}
</style>
background-color css
<style>
a { background-color: #CE6D1B; }
a { background-color: rgb(206,109,27); }
div.DivClassName
{
background-color: #CE6D1B;
}
.BgClassName
{
background-color: #CE6D1B;
}
</style>
border-color css
<style>
span { border-color: #CE6D1B; }
span { border-color: rgb(206,109,27); }
td.TdClassName
{
border-color: #CE6D1B;
}
.TagClassName
{
border-color: #CE6D1B;
}
</style>