Shades of Chocolate #CF6816
Tints of Chocolate #CF6816
RGB
CMYK
RGB Variations
Color information
#CF6816 (or 0xCF6816) is known color: Chocolate. HEX triplet: CF, 68 and 16. RGB value is (207,104,22). Sum of RGB (Red+Green+Blue) = 207+104+22=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 22 (8.98% from 255 or 6.61% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6816 is #3097E9. Grayscale: #7D7D7D. Windows color (decimal): -3184618 or 1468623. OLE color: 1468623.
HSL color Cylindrical-coordinate representation of color #CF6816: hue angle of 26.59º 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 #CF6816 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 22 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.19 |
| HSL | 26.59º | 0.81% | 0.45% | - |
| HSV(B) | 26.59º | 0.89% | 0.81% | - |
| XYZ | 30.83 | 23.22 | 3.62 | - |
| YUV | 125.45 | 69.62 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 22 | 0 | 0.50 | 0.89 | 0.19 | 26.59 | 0.81 | 0.45 |
| Hex | CF | 68 | 16 | 0 | 32 | 59 | 13 | 1B | 51 | 2D |
| Octal | 317 | 150 | 26 | 0 | 62 | 131 | 23 | 33 | 121 | 55 |
| Binary | 11001111 | 1101000 | 10110 | 0 | 110010 | 1011001 | 10011 | 11011 | 1010001 | 101101 |
Color Harmonies of #CF6816
Complementary color
Monochromatic Colors of #CF6816
Black with #CF6816
Text Example
Text Example
White with #CF6816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6816; }
p { color: rgb(207,104,22); }
H1.HeaderClassName
{
color: #CF6816;
}
.AnyTagClassName
{
color: #CF6816;
}
</style>
background-color css
<style>
a { background-color: #CF6816; }
a { background-color: rgb(207,104,22); }
div.DivClassName
{
background-color: #CF6816;
}
.BgClassName
{
background-color: #CF6816;
}
</style>
border-color css
<style>
span { border-color: #CF6816; }
span { border-color: rgb(207,104,22); }
td.TdClassName
{
border-color: #CF6816;
}
.TagClassName
{
border-color: #CF6816;
}
</style>