Shades of Chocolate #CE6D19
Tints of Chocolate #CE6D19
RGB
CMYK
RGB Variations
Color information
#CE6D19 (or 0xCE6D19) is known color: Chocolate. HEX triplet: CE, 6D and 19. RGB value is (206,109,25). Sum of RGB (Red+Green+Blue) = 206+109+25=340 (45% of max value = 765). Red value is 206 (80.86% from 255 or 60.59% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 25 (10.16% from 255 or 7.35% from 340); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6D19 is #3192E6. Grayscale: #808080. Windows color (decimal): -3248871 or 1666510. OLE color: 1666510.
HSL color Cylindrical-coordinate representation of color #CE6D19: hue angle of 27.85º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CE6D19 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 109 | 25 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.19 |
| HSL | 27.85º | 0.78% | 0.45% | - |
| HSV(B) | 27.85º | 0.88% | 0.81% | - |
| XYZ | 31.1 | 24.13 | 3.94 | - |
| YUV | 128.43 | 69.64 | 183.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 109 | 25 | 0 | 0.47 | 0.88 | 0.19 | 27.85 | 0.78 | 0.45 |
| Hex | CE | 6D | 19 | 0 | 2F | 58 | 13 | 1C | 4E | 2D |
| Octal | 316 | 155 | 31 | 0 | 57 | 130 | 23 | 34 | 116 | 55 |
| Binary | 11001110 | 1101101 | 11001 | 0 | 101111 | 1011000 | 10011 | 11100 | 1001110 | 101101 |
Color Harmonies of #CE6D19
Complementary color
Monochromatic Colors of #CE6D19
Black with #CE6D19
Text Example
Text Example
White with #CE6D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6D19; }
p { color: rgb(206,109,25); }
H1.HeaderClassName
{
color: #CE6D19;
}
.AnyTagClassName
{
color: #CE6D19;
}
</style>
background-color css
<style>
a { background-color: #CE6D19; }
a { background-color: rgb(206,109,25); }
div.DivClassName
{
background-color: #CE6D19;
}
.BgClassName
{
background-color: #CE6D19;
}
</style>
border-color css
<style>
span { border-color: #CE6D19; }
span { border-color: rgb(206,109,25); }
td.TdClassName
{
border-color: #CE6D19;
}
.TagClassName
{
border-color: #CE6D19;
}
</style>