Shades of Chocolate #CF6711
Tints of Chocolate #CF6711
RGB
CMYK
RGB Variations
Color information
#CF6711 (or 0xCF6711) is known color: Chocolate. HEX triplet: CF, 67 and 11. RGB value is (207,103,17). Sum of RGB (Red+Green+Blue) = 207+103+17=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 103 (40.62% from 255 or 31.50% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6711 is #3098EE. Grayscale: #7C7C7C. Windows color (decimal): -3184879 or 1140687. OLE color: 1140687.
HSL color Cylindrical-coordinate representation of color #CF6711: hue angle of 27.16º 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 #CF6711 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 17 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.19 |
| HSL | 27.16º | 0.85% | 0.44% | - |
| HSV(B) | 27.16º | 0.92% | 0.81% | - |
| XYZ | 30.68 | 23.01 | 3.35 | - |
| YUV | 124.29 | 67.46 | 186.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 17 | 0 | 0.50 | 0.92 | 0.19 | 27.16 | 0.85 | 0.44 |
| Hex | CF | 67 | 11 | 0 | 32 | 5C | 13 | 1B | 55 | 2C |
| Octal | 317 | 147 | 21 | 0 | 62 | 134 | 23 | 33 | 125 | 54 |
| Binary | 11001111 | 1100111 | 10001 | 0 | 110010 | 1011100 | 10011 | 11011 | 1010101 | 101100 |
Color Harmonies of #CF6711
Complementary color
Monochromatic Colors of #CF6711
Black with #CF6711
Text Example
Text Example
White with #CF6711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6711; }
p { color: rgb(207,103,17); }
H1.HeaderClassName
{
color: #CF6711;
}
.AnyTagClassName
{
color: #CF6711;
}
</style>
background-color css
<style>
a { background-color: #CF6711; }
a { background-color: rgb(207,103,17); }
div.DivClassName
{
background-color: #CF6711;
}
.BgClassName
{
background-color: #CF6711;
}
</style>
border-color css
<style>
span { border-color: #CF6711; }
span { border-color: rgb(207,103,17); }
td.TdClassName
{
border-color: #CF6711;
}
.TagClassName
{
border-color: #CF6711;
}
</style>