Shades of Chocolate #CF6517
Tints of Chocolate #CF6517
RGB
CMYK
RGB Variations
Color information
#CF6517 (or 0xCF6517) is known color: Chocolate. HEX triplet: CF, 65 and 17. RGB value is (207,101,23). Sum of RGB (Red+Green+Blue) = 207+101+23=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6517 is #309AE8. Grayscale: #7C7C7C. Windows color (decimal): -3185385 or 1533391. OLE color: 1533391.
HSL color Cylindrical-coordinate representation of color #CF6517: hue angle of 25.43º 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 #CF6517 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 101 | 23 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.19 |
| HSL | 25.43º | 0.8% | 0.45% | - |
| HSV(B) | 25.43º | 0.89% | 0.81% | - |
| XYZ | 30.54 | 22.63 | 3.57 | - |
| YUV | 123.8 | 71.12 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 23 | 0 | 0.51 | 0.89 | 0.19 | 25.43 | 0.8 | 0.45 |
| Hex | CF | 65 | 17 | 0 | 33 | 59 | 13 | 19 | 50 | 2D |
| Octal | 317 | 145 | 27 | 0 | 63 | 131 | 23 | 31 | 120 | 55 |
| Binary | 11001111 | 1100101 | 10111 | 0 | 110011 | 1011001 | 10011 | 11001 | 1010000 | 101101 |
Color Harmonies of #CF6517
Complementary color
Monochromatic Colors of #CF6517
Black with #CF6517
Text Example
Text Example
White with #CF6517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6517; }
p { color: rgb(207,101,23); }
H1.HeaderClassName
{
color: #CF6517;
}
.AnyTagClassName
{
color: #CF6517;
}
</style>
background-color css
<style>
a { background-color: #CF6517; }
a { background-color: rgb(207,101,23); }
div.DivClassName
{
background-color: #CF6517;
}
.BgClassName
{
background-color: #CF6517;
}
</style>
border-color css
<style>
span { border-color: #CF6517; }
span { border-color: rgb(207,101,23); }
td.TdClassName
{
border-color: #CF6517;
}
.TagClassName
{
border-color: #CF6517;
}
</style>