Shades of Chocolate #CE6412
Tints of Chocolate #CE6412
RGB
CMYK
RGB Variations
Color information
#CE6412 (or 0xCE6412) is known color: Chocolate. HEX triplet: CE, 64 and 12. RGB value is (206,100,18). Sum of RGB (Red+Green+Blue) = 206+100+18=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6412 is #319BED. Grayscale: #7A7A7A. Windows color (decimal): -3251182 or 1205454. OLE color: 1205454.
HSL color Cylindrical-coordinate representation of color #CE6412: hue angle of 26.17º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CE6412 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 18 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.19 |
| HSL | 26.17º | 0.84% | 0.44% | - |
| HSV(B) | 26.17º | 0.91% | 0.81% | - |
| XYZ | 30.12 | 22.28 | 3.29 | - |
| YUV | 122.35 | 69.12 | 187.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 18 | 0 | 0.51 | 0.91 | 0.19 | 26.17 | 0.84 | 0.44 |
| Hex | CE | 64 | 12 | 0 | 33 | 5B | 13 | 1A | 54 | 2C |
| Octal | 316 | 144 | 22 | 0 | 63 | 133 | 23 | 32 | 124 | 54 |
| Binary | 11001110 | 1100100 | 10010 | 0 | 110011 | 1011011 | 10011 | 11010 | 1010100 | 101100 |
Color Harmonies of #CE6412
Complementary color
Monochromatic Colors of #CE6412
Black with #CE6412
Text Example
Text Example
White with #CE6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6412; }
p { color: rgb(206,100,18); }
H1.HeaderClassName
{
color: #CE6412;
}
.AnyTagClassName
{
color: #CE6412;
}
</style>
background-color css
<style>
a { background-color: #CE6412; }
a { background-color: rgb(206,100,18); }
div.DivClassName
{
background-color: #CE6412;
}
.BgClassName
{
background-color: #CE6412;
}
</style>
border-color css
<style>
span { border-color: #CE6412; }
span { border-color: rgb(206,100,18); }
td.TdClassName
{
border-color: #CE6412;
}
.TagClassName
{
border-color: #CE6412;
}
</style>