Shades of Chocolate #CE6D1F
Tints of Chocolate #CE6D1F
RGB
CMYK
RGB Variations
Color information
#CE6D1F (or 0xCE6D1F) is known color: Chocolate. HEX triplet: CE, 6D and 1F. RGB value is (206,109,31). Sum of RGB (Red+Green+Blue) = 206+109+31=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 109 (42.97% from 255 or 31.50% from 346); Blue value is 31 (12.5% from 255 or 8.96% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D1F is #3192E0. Grayscale: #818181. Windows color (decimal): -3248865 or 2059726. OLE color: 2059726.
HSL color Cylindrical-coordinate representation of color #CE6D1F: hue angle of 26.74º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CE6D1F is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 31 | - |
| CMYK | 0 | 0.47 | 0.85 | 0.19 |
| HSL | 26.74º | 0.74% | 0.46% | - |
| HSV(B) | 26.74º | 0.85% | 0.81% | - |
| XYZ | 31.17 | 24.16 | 4.32 | - |
| YUV | 129.11 | 72.64 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 31 | 0 | 0.47 | 0.85 | 0.19 | 26.74 | 0.74 | 0.46 |
| Hex | CE | 6D | 1F | 0 | 2F | 55 | 13 | 1B | 4A | 2E |
| Octal | 316 | 155 | 37 | 0 | 57 | 125 | 23 | 33 | 112 | 56 |
| Binary | 11001110 | 1101101 | 11111 | 0 | 101111 | 1010101 | 10011 | 11011 | 1001010 | 101110 |
Color Harmonies of #CE6D1F
Complementary color
Monochromatic Colors of #CE6D1F
Black with #CE6D1F
Text Example
Text Example
White with #CE6D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D1F; }
p { color: rgb(206,109,31); }
H1.HeaderClassName
{
color: #CE6D1F;
}
.AnyTagClassName
{
color: #CE6D1F;
}
</style>
background-color css
<style>
a { background-color: #CE6D1F; }
a { background-color: rgb(206,109,31); }
div.DivClassName
{
background-color: #CE6D1F;
}
.BgClassName
{
background-color: #CE6D1F;
}
</style>
border-color css
<style>
span { border-color: #CE6D1F; }
span { border-color: rgb(206,109,31); }
td.TdClassName
{
border-color: #CE6D1F;
}
.TagClassName
{
border-color: #CE6D1F;
}
</style>