Shades of Chocolate #CF6117
Tints of Chocolate #CF6117
RGB
CMYK
RGB Variations
Color information
#CF6117 (or 0xCF6117) is known color: Chocolate. HEX triplet: CF, 61 and 17. RGB value is (207,97,23). Sum of RGB (Red+Green+Blue) = 207+97+23=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 97 (38.28% from 255 or 29.66% from 327); Blue value is 23 (9.38% from 255 or 7.03% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6117 is #309EE8. Grayscale: #797979. Windows color (decimal): -3186409 or 1532367. OLE color: 1532367.
HSL color Cylindrical-coordinate representation of color #CF6117: hue angle of 24.13º 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 #CF6117 is Cyan = 0, Magento = 0.53, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 97 | 23 | - |
| CMYK | 0 | 0.53 | 0.89 | 0.19 |
| HSL | 24.13º | 0.8% | 0.45% | - |
| HSV(B) | 24.13º | 0.89% | 0.81% | - |
| XYZ | 30.16 | 21.88 | 3.44 | - |
| YUV | 121.45 | 72.44 | 189.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 97 | 23 | 0 | 0.53 | 0.89 | 0.19 | 24.13 | 0.8 | 0.45 |
| Hex | CF | 61 | 17 | 0 | 35 | 59 | 13 | 18 | 50 | 2D |
| Octal | 317 | 141 | 27 | 0 | 65 | 131 | 23 | 30 | 120 | 55 |
| Binary | 11001111 | 1100001 | 10111 | 0 | 110101 | 1011001 | 10011 | 11000 | 1010000 | 101101 |
Color Harmonies of #CF6117
Complementary color
Monochromatic Colors of #CF6117
Black with #CF6117
Text Example
Text Example
White with #CF6117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6117; }
p { color: rgb(207,97,23); }
H1.HeaderClassName
{
color: #CF6117;
}
.AnyTagClassName
{
color: #CF6117;
}
</style>
background-color css
<style>
a { background-color: #CF6117; }
a { background-color: rgb(207,97,23); }
div.DivClassName
{
background-color: #CF6117;
}
.BgClassName
{
background-color: #CF6117;
}
</style>
border-color css
<style>
span { border-color: #CF6117; }
span { border-color: rgb(207,97,23); }
td.TdClassName
{
border-color: #CF6117;
}
.TagClassName
{
border-color: #CF6117;
}
</style>