Shades of Chocolate #CF6E11
Tints of Chocolate #CF6E11
RGB
CMYK
RGB Variations
Color information
#CF6E11 (or 0xCF6E11) is known color: Chocolate. HEX triplet: CF, 6E and 11. RGB value is (207,110,17). Sum of RGB (Red+Green+Blue) = 207+110+17=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 110 (43.36% from 255 or 32.93% from 334); Blue value is 17 (7.03% from 255 or 5.09% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E11 is #3091EE. Grayscale: #808080. Windows color (decimal): -3183087 or 1142479. OLE color: 1142479.
HSL color Cylindrical-coordinate representation of color #CF6E11: hue angle of 29.37º 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 #CF6E11 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 17 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.19 |
| HSL | 29.37º | 0.85% | 0.44% | - |
| HSV(B) | 29.37º | 0.92% | 0.81% | - |
| XYZ | 31.41 | 24.46 | 3.6 | - |
| YUV | 128.4 | 65.14 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 17 | 0 | 0.47 | 0.92 | 0.19 | 29.37 | 0.85 | 0.44 |
| Hex | CF | 6E | 11 | 0 | 2F | 5C | 13 | 1D | 55 | 2C |
| Octal | 317 | 156 | 21 | 0 | 57 | 134 | 23 | 35 | 125 | 54 |
| Binary | 11001111 | 1101110 | 10001 | 0 | 101111 | 1011100 | 10011 | 11101 | 1010101 | 101100 |
Color Harmonies of #CF6E11
Complementary color
Monochromatic Colors of #CF6E11
Black with #CF6E11
Text Example
Text Example
White with #CF6E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E11; }
p { color: rgb(207,110,17); }
H1.HeaderClassName
{
color: #CF6E11;
}
.AnyTagClassName
{
color: #CF6E11;
}
</style>
background-color css
<style>
a { background-color: #CF6E11; }
a { background-color: rgb(207,110,17); }
div.DivClassName
{
background-color: #CF6E11;
}
.BgClassName
{
background-color: #CF6E11;
}
</style>
border-color css
<style>
span { border-color: #CF6E11; }
span { border-color: rgb(207,110,17); }
td.TdClassName
{
border-color: #CF6E11;
}
.TagClassName
{
border-color: #CF6E11;
}
</style>