Shades of Chocolate #CF6D16
Tints of Chocolate #CF6D16
RGB
CMYK
RGB Variations
Color information
#CF6D16 (or 0xCF6D16) is known color: Chocolate. HEX triplet: CF, 6D and 16. RGB value is (207,109,22). Sum of RGB (Red+Green+Blue) = 207+109+22=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 109 (42.97% from 255 or 32.25% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D16 is #3092E9. Grayscale: #808080. Windows color (decimal): -3183338 or 1469903. OLE color: 1469903.
HSL color Cylindrical-coordinate representation of color #CF6D16: hue angle of 28.22º 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 #CF6D16 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.19 |
| HSL | 28.22º | 0.81% | 0.45% | - |
| HSV(B) | 28.22º | 0.89% | 0.81% | - |
| XYZ | 31.35 | 24.26 | 3.79 | - |
| YUV | 128.38 | 67.97 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 22 | 0 | 0.47 | 0.89 | 0.19 | 28.22 | 0.81 | 0.45 |
| Hex | CF | 6D | 16 | 0 | 2F | 59 | 13 | 1C | 51 | 2D |
| Octal | 317 | 155 | 26 | 0 | 57 | 131 | 23 | 34 | 121 | 55 |
| Binary | 11001111 | 1101101 | 10110 | 0 | 101111 | 1011001 | 10011 | 11100 | 1010001 | 101101 |
Color Harmonies of #CF6D16
Complementary color
Monochromatic Colors of #CF6D16
Black with #CF6D16
Text Example
Text Example
White with #CF6D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D16; }
p { color: rgb(207,109,22); }
H1.HeaderClassName
{
color: #CF6D16;
}
.AnyTagClassName
{
color: #CF6D16;
}
</style>
background-color css
<style>
a { background-color: #CF6D16; }
a { background-color: rgb(207,109,22); }
div.DivClassName
{
background-color: #CF6D16;
}
.BgClassName
{
background-color: #CF6D16;
}
</style>
border-color css
<style>
span { border-color: #CF6D16; }
span { border-color: rgb(207,109,22); }
td.TdClassName
{
border-color: #CF6D16;
}
.TagClassName
{
border-color: #CF6D16;
}
</style>