Shades of Chocolate #CF6411
Tints of Chocolate #CF6411
RGB
CMYK
RGB Variations
Color information
#CF6411 (or 0xCF6411) is known color: Chocolate. HEX triplet: CF, 64 and 11. RGB value is (207,100,17). Sum of RGB (Red+Green+Blue) = 207+100+17=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 17 (7.03% from 255 or 5.25% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6411 is #309BEE. Grayscale: #7A7A7A. Windows color (decimal): -3185647 or 1139919. OLE color: 1139919.
HSL color Cylindrical-coordinate representation of color #CF6411: hue angle of 26.21º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF6411 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 100 | 17 | - |
| CMYK | 0 | 0.52 | 0.92 | 0.19 |
| HSL | 26.21º | 0.85% | 0.44% | - |
| HSV(B) | 26.21º | 0.92% | 0.81% | - |
| XYZ | 30.39 | 22.42 | 3.26 | - |
| YUV | 122.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 100 | 17 | 0 | 0.52 | 0.92 | 0.19 | 26.21 | 0.85 | 0.44 |
| Hex | CF | 64 | 11 | 0 | 34 | 5C | 13 | 1A | 55 | 2C |
| Octal | 317 | 144 | 21 | 0 | 64 | 134 | 23 | 32 | 125 | 54 |
| Binary | 11001111 | 1100100 | 10001 | 0 | 110100 | 1011100 | 10011 | 11010 | 1010101 | 101100 |
Color Harmonies of #CF6411
Complementary color
Monochromatic Colors of #CF6411
Black with #CF6411
Text Example
Text Example
White with #CF6411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6411; }
p { color: rgb(207,100,17); }
H1.HeaderClassName
{
color: #CF6411;
}
.AnyTagClassName
{
color: #CF6411;
}
</style>
background-color css
<style>
a { background-color: #CF6411; }
a { background-color: rgb(207,100,17); }
div.DivClassName
{
background-color: #CF6411;
}
.BgClassName
{
background-color: #CF6411;
}
</style>
border-color css
<style>
span { border-color: #CF6411; }
span { border-color: rgb(207,100,17); }
td.TdClassName
{
border-color: #CF6411;
}
.TagClassName
{
border-color: #CF6411;
}
</style>