Shades of Chocolate #CF6110
Tints of Chocolate #CF6110
RGB
CMYK
RGB Variations
Color information
#CF6110 (or 0xCF6110) is known color: Chocolate. HEX triplet: CF, 61 and 10. RGB value is (207,97,16). Sum of RGB (Red+Green+Blue) = 207+97+16=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 16 (6.64% from 255 or 5% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6110 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6110 is #309EEF. Grayscale: #797979. Windows color (decimal): -3186416 or 1073615. OLE color: 1073615.
HSL color Cylindrical-coordinate representation of color #CF6110: hue angle of 25.45º 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 #CF6110 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 16 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.19 |
| HSL | 25.45º | 0.86% | 0.44% | - |
| HSV(B) | 25.45º | 0.92% | 0.81% | - |
| XYZ | 30.1 | 21.85 | 3.12 | - |
| YUV | 120.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 16 | 0 | 0.53 | 0.92 | 0.19 | 25.45 | 0.86 | 0.44 |
| Hex | CF | 61 | 10 | 0 | 35 | 5C | 13 | 19 | 56 | 2C |
| Octal | 317 | 141 | 20 | 0 | 65 | 134 | 23 | 31 | 126 | 54 |
| Binary | 11001111 | 1100001 | 10000 | 0 | 110101 | 1011100 | 10011 | 11001 | 1010110 | 101100 |
Color Harmonies of #CF6110
Complementary color
Monochromatic Colors of #CF6110
Black with #CF6110
Text Example
Text Example
White with #CF6110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6110; }
p { color: rgb(207,97,16); }
H1.HeaderClassName
{
color: #CF6110;
}
.AnyTagClassName
{
color: #CF6110;
}
</style>
background-color css
<style>
a { background-color: #CF6110; }
a { background-color: rgb(207,97,16); }
div.DivClassName
{
background-color: #CF6110;
}
.BgClassName
{
background-color: #CF6110;
}
</style>
border-color css
<style>
span { border-color: #CF6110; }
span { border-color: rgb(207,97,16); }
td.TdClassName
{
border-color: #CF6110;
}
.TagClassName
{
border-color: #CF6110;
}
</style>