Shades of Chocolate #CF6717
Tints of Chocolate #CF6717
RGB
CMYK
RGB Variations
Color information
#CF6717 (or 0xCF6717) is known color: Chocolate. HEX triplet: CF, 67 and 17. RGB value is (207,103,23). Sum of RGB (Red+Green+Blue) = 207+103+23=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 103 (40.62% from 255 or 30.93% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6717 is #3098E8. Grayscale: #7D7D7D. Windows color (decimal): -3184873 or 1533903. OLE color: 1533903.
HSL color Cylindrical-coordinate representation of color #CF6717: hue angle of 26.09º 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 #CF6717 is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 23 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.19 |
| HSL | 26.09º | 0.8% | 0.45% | - |
| HSV(B) | 26.09º | 0.89% | 0.81% | - |
| XYZ | 30.74 | 23.03 | 3.64 | - |
| YUV | 124.98 | 70.46 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 23 | 0 | 0.50 | 0.89 | 0.19 | 26.09 | 0.8 | 0.45 |
| Hex | CF | 67 | 17 | 0 | 32 | 59 | 13 | 1A | 50 | 2D |
| Octal | 317 | 147 | 27 | 0 | 62 | 131 | 23 | 32 | 120 | 55 |
| Binary | 11001111 | 1100111 | 10111 | 0 | 110010 | 1011001 | 10011 | 11010 | 1010000 | 101101 |
Color Harmonies of #CF6717
Complementary color
Monochromatic Colors of #CF6717
Black with #CF6717
Text Example
Text Example
White with #CF6717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6717; }
p { color: rgb(207,103,23); }
H1.HeaderClassName
{
color: #CF6717;
}
.AnyTagClassName
{
color: #CF6717;
}
</style>
background-color css
<style>
a { background-color: #CF6717; }
a { background-color: rgb(207,103,23); }
div.DivClassName
{
background-color: #CF6717;
}
.BgClassName
{
background-color: #CF6717;
}
</style>
border-color css
<style>
span { border-color: #CF6717; }
span { border-color: rgb(207,103,23); }
td.TdClassName
{
border-color: #CF6717;
}
.TagClassName
{
border-color: #CF6717;
}
</style>