Shades of Chocolate #CF6D17
Tints of Chocolate #CF6D17
RGB
CMYK
RGB Variations
Color information
#CF6D17 (or 0xCF6D17) is known color: Chocolate. HEX triplet: CF, 6D and 17. RGB value is (207,109,23). Sum of RGB (Red+Green+Blue) = 207+109+23=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6D17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6D17 is #3092E8. Grayscale: #808080. Windows color (decimal): -3183337 or 1535439. OLE color: 1535439.
HSL color Cylindrical-coordinate representation of color #CF6D17: hue angle of 28.04º degrees, saturation: 0.8, 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 #CF6D17 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 109 | 23 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.19 |
| HSL | 28.04º | 0.8% | 0.45% | - |
| HSV(B) | 28.04º | 0.89% | 0.81% | - |
| XYZ | 31.36 | 24.26 | 3.84 | - |
| YUV | 128.5 | 68.47 | 183.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 109 | 23 | 0 | 0.47 | 0.89 | 0.19 | 28.04 | 0.8 | 0.45 |
| Hex | CF | 6D | 17 | 0 | 2F | 59 | 13 | 1C | 50 | 2D |
| Octal | 317 | 155 | 27 | 0 | 57 | 131 | 23 | 34 | 120 | 55 |
| Binary | 11001111 | 1101101 | 10111 | 0 | 101111 | 1011001 | 10011 | 11100 | 1010000 | 101101 |
Color Harmonies of #CF6D17
Complementary color
Monochromatic Colors of #CF6D17
Black with #CF6D17
Text Example
Text Example
White with #CF6D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6D17; }
p { color: rgb(207,109,23); }
H1.HeaderClassName
{
color: #CF6D17;
}
.AnyTagClassName
{
color: #CF6D17;
}
</style>
background-color css
<style>
a { background-color: #CF6D17; }
a { background-color: rgb(207,109,23); }
div.DivClassName
{
background-color: #CF6D17;
}
.BgClassName
{
background-color: #CF6D17;
}
</style>
border-color css
<style>
span { border-color: #CF6D17; }
span { border-color: rgb(207,109,23); }
td.TdClassName
{
border-color: #CF6D17;
}
.TagClassName
{
border-color: #CF6D17;
}
</style>