Shades of Chocolate #CE6D1A
Tints of Chocolate #CE6D1A
RGB
CMYK
RGB Variations
Color information
#CE6D1A (or 0xCE6D1A) is known color: Chocolate. HEX triplet: CE, 6D and 1A. RGB value is (206,109,26). Sum of RGB (Red+Green+Blue) = 206+109+26=341 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.41% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 26 (10.55% from 255 or 7.62% from 341); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6D1A is #3192E5. Grayscale: #808080. Windows color (decimal): -3248870 or 1732046. OLE color: 1732046.
HSL color Cylindrical-coordinate representation of color #CE6D1A: hue angle of 27.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CE6D1A is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 26 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.19 |
| HSL | 27.67º | 0.78% | 0.45% | - |
| HSV(B) | 27.67º | 0.87% | 0.81% | - |
| XYZ | 31.11 | 24.13 | 4 | - |
| YUV | 128.54 | 70.14 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 26 | 0 | 0.47 | 0.87 | 0.19 | 27.67 | 0.78 | 0.45 |
| Hex | CE | 6D | 1A | 0 | 2F | 57 | 13 | 1C | 4E | 2D |
| Octal | 316 | 155 | 32 | 0 | 57 | 127 | 23 | 34 | 116 | 55 |
| Binary | 11001110 | 1101101 | 11010 | 0 | 101111 | 1010111 | 10011 | 11100 | 1001110 | 101101 |
Color Harmonies of #CE6D1A
Complementary color
Monochromatic Colors of #CE6D1A
Black with #CE6D1A
Text Example
Text Example
White with #CE6D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D1A; }
p { color: rgb(206,109,26); }
H1.HeaderClassName
{
color: #CE6D1A;
}
.AnyTagClassName
{
color: #CE6D1A;
}
</style>
background-color css
<style>
a { background-color: #CE6D1A; }
a { background-color: rgb(206,109,26); }
div.DivClassName
{
background-color: #CE6D1A;
}
.BgClassName
{
background-color: #CE6D1A;
}
</style>
border-color css
<style>
span { border-color: #CE6D1A; }
span { border-color: rgb(206,109,26); }
td.TdClassName
{
border-color: #CE6D1A;
}
.TagClassName
{
border-color: #CE6D1A;
}
</style>