Shades of Chocolate #CF6F16
Tints of Chocolate #CF6F16
RGB
CMYK
RGB Variations
Color information
#CF6F16 (or 0xCF6F16) is known color: Chocolate. HEX triplet: CF, 6F and 16. RGB value is (207,111,22). Sum of RGB (Red+Green+Blue) = 207+111+22=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 111 (43.75% from 255 or 32.65% from 340); Blue value is 22 (8.98% from 255 or 6.47% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6F16 is #3090E9. Grayscale: #828282. Windows color (decimal): -3182826 or 1470415. OLE color: 1470415.
HSL color Cylindrical-coordinate representation of color #CF6F16: hue angle of 28.86º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF6F16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 111 | 22 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.19 |
| HSL | 28.86º | 0.81% | 0.45% | - |
| HSV(B) | 28.86º | 0.89% | 0.81% | - |
| XYZ | 31.56 | 24.69 | 3.86 | - |
| YUV | 129.56 | 67.3 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 22 | 0 | 0.46 | 0.89 | 0.19 | 28.86 | 0.81 | 0.45 |
| Hex | CF | 6F | 16 | 0 | 2E | 59 | 13 | 1D | 51 | 2D |
| Octal | 317 | 157 | 26 | 0 | 56 | 131 | 23 | 35 | 121 | 55 |
| Binary | 11001111 | 1101111 | 10110 | 0 | 101110 | 1011001 | 10011 | 11101 | 1010001 | 101101 |
Color Harmonies of #CF6F16
Complementary color
Monochromatic Colors of #CF6F16
Black with #CF6F16
Text Example
Text Example
White with #CF6F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6F16; }
p { color: rgb(207,111,22); }
H1.HeaderClassName
{
color: #CF6F16;
}
.AnyTagClassName
{
color: #CF6F16;
}
</style>
background-color css
<style>
a { background-color: #CF6F16; }
a { background-color: rgb(207,111,22); }
div.DivClassName
{
background-color: #CF6F16;
}
.BgClassName
{
background-color: #CF6F16;
}
</style>
border-color css
<style>
span { border-color: #CF6F16; }
span { border-color: rgb(207,111,22); }
td.TdClassName
{
border-color: #CF6F16;
}
.TagClassName
{
border-color: #CF6F16;
}
</style>