Shades of Chocolate #CF6A16
Tints of Chocolate #CF6A16
RGB
CMYK
RGB Variations
Color information
#CF6A16 (or 0xCF6A16) is known color: Chocolate. HEX triplet: CF, 6A and 16. RGB value is (207,106,22). Sum of RGB (Red+Green+Blue) = 207+106+22=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6A16 is #3095E9. Grayscale: #7F7F7F. Windows color (decimal): -3184106 or 1469135. OLE color: 1469135.
HSL color Cylindrical-coordinate representation of color #CF6A16: hue angle of 27.24º 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 #CF6A16 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 22 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.19 |
| HSL | 27.24º | 0.81% | 0.45% | - |
| HSV(B) | 27.24º | 0.89% | 0.81% | - |
| XYZ | 31.03 | 23.63 | 3.68 | - |
| YUV | 126.62 | 68.96 | 185.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 22 | 0 | 0.49 | 0.89 | 0.19 | 27.24 | 0.81 | 0.45 |
| Hex | CF | 6A | 16 | 0 | 31 | 59 | 13 | 1B | 51 | 2D |
| Octal | 317 | 152 | 26 | 0 | 61 | 131 | 23 | 33 | 121 | 55 |
| Binary | 11001111 | 1101010 | 10110 | 0 | 110001 | 1011001 | 10011 | 11011 | 1010001 | 101101 |
Color Harmonies of #CF6A16
Complementary color
Monochromatic Colors of #CF6A16
Black with #CF6A16
Text Example
Text Example
White with #CF6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A16; }
p { color: rgb(207,106,22); }
H1.HeaderClassName
{
color: #CF6A16;
}
.AnyTagClassName
{
color: #CF6A16;
}
</style>
background-color css
<style>
a { background-color: #CF6A16; }
a { background-color: rgb(207,106,22); }
div.DivClassName
{
background-color: #CF6A16;
}
.BgClassName
{
background-color: #CF6A16;
}
</style>
border-color css
<style>
span { border-color: #CF6A16; }
span { border-color: rgb(207,106,22); }
td.TdClassName
{
border-color: #CF6A16;
}
.TagClassName
{
border-color: #CF6A16;
}
</style>