Shades of Chocolate #CF6B11
Tints of Chocolate #CF6B11
RGB
CMYK
RGB Variations
Color information
#CF6B11 (or 0xCF6B11) is known color: Chocolate. HEX triplet: CF, 6B and 11. RGB value is (207,107,17). Sum of RGB (Red+Green+Blue) = 207+107+17=331 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.54% from 331); Green value is 107 (42.19% from 255 or 32.33% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF6B11 is #3094EE. Grayscale: #7F7F7F. Windows color (decimal): -3183855 or 1141711. OLE color: 1141711.
HSL color Cylindrical-coordinate representation of color #CF6B11: hue angle of 28.42º 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 #CF6B11 is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 17 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.19 |
| HSL | 28.42º | 0.85% | 0.44% | - |
| HSV(B) | 28.42º | 0.92% | 0.81% | - |
| XYZ | 31.09 | 23.82 | 3.49 | - |
| YUV | 126.64 | 66.13 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 17 | 0 | 0.48 | 0.92 | 0.19 | 28.42 | 0.85 | 0.44 |
| Hex | CF | 6B | 11 | 0 | 30 | 5C | 13 | 1C | 55 | 2C |
| Octal | 317 | 153 | 21 | 0 | 60 | 134 | 23 | 34 | 125 | 54 |
| Binary | 11001111 | 1101011 | 10001 | 0 | 110000 | 1011100 | 10011 | 11100 | 1010101 | 101100 |
Color Harmonies of #CF6B11
Complementary color
Monochromatic Colors of #CF6B11
Black with #CF6B11
Text Example
Text Example
White with #CF6B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B11; }
p { color: rgb(207,107,17); }
H1.HeaderClassName
{
color: #CF6B11;
}
.AnyTagClassName
{
color: #CF6B11;
}
</style>
background-color css
<style>
a { background-color: #CF6B11; }
a { background-color: rgb(207,107,17); }
div.DivClassName
{
background-color: #CF6B11;
}
.BgClassName
{
background-color: #CF6B11;
}
</style>
border-color css
<style>
span { border-color: #CF6B11; }
span { border-color: rgb(207,107,17); }
td.TdClassName
{
border-color: #CF6B11;
}
.TagClassName
{
border-color: #CF6B11;
}
</style>