Shades of Chocolate #CE6711
Tints of Chocolate #CE6711
RGB
CMYK
RGB Variations
Color information
#CE6711 (or 0xCE6711) is known color: Chocolate. HEX triplet: CE, 67 and 11. RGB value is (206,103,17). Sum of RGB (Red+Green+Blue) = 206+103+17=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CE6711 is #3198EE. Grayscale: #7C7C7C. Windows color (decimal): -3250415 or 1140686. OLE color: 1140686.
HSL color Cylindrical-coordinate representation of color #CE6711: hue angle of 27.3º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CE6711 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 103 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.19 |
| HSL | 27.3º | 0.85% | 0.44% | - |
| HSV(B) | 27.3º | 0.92% | 0.81% | - |
| XYZ | 30.41 | 22.86 | 3.34 | - |
| YUV | 123.99 | 67.62 | 186.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 17 | 0 | 0.50 | 0.92 | 0.19 | 27.3 | 0.85 | 0.44 |
| Hex | CE | 67 | 11 | 0 | 32 | 5C | 13 | 1B | 55 | 2C |
| Octal | 316 | 147 | 21 | 0 | 62 | 134 | 23 | 33 | 125 | 54 |
| Binary | 11001110 | 1100111 | 10001 | 0 | 110010 | 1011100 | 10011 | 11011 | 1010101 | 101100 |
Color Harmonies of #CE6711
Complementary color
Monochromatic Colors of #CE6711
Black with #CE6711
Text Example
Text Example
White with #CE6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6711; }
p { color: rgb(206,103,17); }
H1.HeaderClassName
{
color: #CE6711;
}
.AnyTagClassName
{
color: #CE6711;
}
</style>
background-color css
<style>
a { background-color: #CE6711; }
a { background-color: rgb(206,103,17); }
div.DivClassName
{
background-color: #CE6711;
}
.BgClassName
{
background-color: #CE6711;
}
</style>
border-color css
<style>
span { border-color: #CE6711; }
span { border-color: rgb(206,103,17); }
td.TdClassName
{
border-color: #CE6711;
}
.TagClassName
{
border-color: #CE6711;
}
</style>