Shades of Chocolate #CF6F10
Tints of Chocolate #CF6F10
RGB
CMYK
RGB Variations
Color information
#CF6F10 (or 0xCF6F10) is known color: Chocolate. HEX triplet: CF, 6F and 10. RGB value is (207,111,16). Sum of RGB (Red+Green+Blue) = 207+111+16=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 16 (6.64% from 255 or 4.79% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F10 is #3090EF. Grayscale: #818181. Windows color (decimal): -3182832 or 1077199. OLE color: 1077199.
HSL color Cylindrical-coordinate representation of color #CF6F10: hue angle of 29.84º 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 #CF6F10 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 16 | - |
| CMYK | 0 | 0.46 | 0.92 | 0.19 |
| HSL | 29.84º | 0.86% | 0.44% | - |
| HSV(B) | 29.84º | 0.92% | 0.81% | - |
| XYZ | 31.51 | 24.67 | 3.59 | - |
| YUV | 128.87 | 64.3 | 183.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 16 | 0 | 0.46 | 0.92 | 0.19 | 29.84 | 0.86 | 0.44 |
| Hex | CF | 6F | 10 | 0 | 2E | 5C | 13 | 1E | 56 | 2C |
| Octal | 317 | 157 | 20 | 0 | 56 | 134 | 23 | 36 | 126 | 54 |
| Binary | 11001111 | 1101111 | 10000 | 0 | 101110 | 1011100 | 10011 | 11110 | 1010110 | 101100 |
Color Harmonies of #CF6F10
Complementary color
Monochromatic Colors of #CF6F10
Black with #CF6F10
Text Example
Text Example
White with #CF6F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F10; }
p { color: rgb(207,111,16); }
H1.HeaderClassName
{
color: #CF6F10;
}
.AnyTagClassName
{
color: #CF6F10;
}
</style>
background-color css
<style>
a { background-color: #CF6F10; }
a { background-color: rgb(207,111,16); }
div.DivClassName
{
background-color: #CF6F10;
}
.BgClassName
{
background-color: #CF6F10;
}
</style>
border-color css
<style>
span { border-color: #CF6F10; }
span { border-color: rgb(207,111,16); }
td.TdClassName
{
border-color: #CF6F10;
}
.TagClassName
{
border-color: #CF6F10;
}
</style>