Shades of Chocolate #CF6E10
Tints of Chocolate #CF6E10
RGB
CMYK
RGB Variations
Color information
#CF6E10 (or 0xCF6E10) is known color: Chocolate. HEX triplet: CF, 6E and 10. RGB value is (207,110,16). Sum of RGB (Red+Green+Blue) = 207+110+16=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 110 (43.36% from 255 or 33.03% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6E10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6E10 is #3091EF. Grayscale: #808080. Windows color (decimal): -3183088 or 1076943. OLE color: 1076943.
HSL color Cylindrical-coordinate representation of color #CF6E10: hue angle of 29.53º degrees, saturation: 0.86, 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 #CF6E10 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 110 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.19 |
| HSL | 29.53º | 0.86% | 0.44% | - |
| HSV(B) | 29.53º | 0.92% | 0.81% | - |
| XYZ | 31.4 | 24.45 | 3.56 | - |
| YUV | 128.29 | 64.64 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 16 | 0 | 0.47 | 0.92 | 0.19 | 29.53 | 0.86 | 0.44 |
| Hex | CF | 6E | 10 | 0 | 2F | 5C | 13 | 1E | 56 | 2C |
| Octal | 317 | 156 | 20 | 0 | 57 | 134 | 23 | 36 | 126 | 54 |
| Binary | 11001111 | 1101110 | 10000 | 0 | 101111 | 1011100 | 10011 | 11110 | 1010110 | 101100 |
Color Harmonies of #CF6E10
Complementary color
Monochromatic Colors of #CF6E10
Black with #CF6E10
Text Example
Text Example
White with #CF6E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6E10; }
p { color: rgb(207,110,16); }
H1.HeaderClassName
{
color: #CF6E10;
}
.AnyTagClassName
{
color: #CF6E10;
}
</style>
background-color css
<style>
a { background-color: #CF6E10; }
a { background-color: rgb(207,110,16); }
div.DivClassName
{
background-color: #CF6E10;
}
.BgClassName
{
background-color: #CF6E10;
}
</style>
border-color css
<style>
span { border-color: #CF6E10; }
span { border-color: rgb(207,110,16); }
td.TdClassName
{
border-color: #CF6E10;
}
.TagClassName
{
border-color: #CF6E10;
}
</style>