Shades of Chocolate #C56711
Tints of Chocolate #C56711
RGB
CMYK
RGB Variations
Color information
#C56711 (or 0xC56711) is known color: Chocolate. HEX triplet: C5, 67 and 11. RGB value is (197,103,17). Sum of RGB (Red+Green+Blue) = 197+103+17=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 103 (40.62% from 255 or 32.49% from 317); Blue value is 17 (7.03% from 255 or 5.36% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56711 is #3A98EE. Grayscale: #797979. Windows color (decimal): -3840239 or 1140677. OLE color: 1140677.
HSL color Cylindrical-coordinate representation of color #C56711: hue angle of 28.67º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C56711 is Cyan = 0, Magento = 0.48, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 103 | 17 | - |
| CMYK | 0 | 0.48 | 0.91 | 0.23 |
| HSL | 28.67º | 0.84% | 0.42% | - |
| HSV(B) | 28.67º | 0.91% | 0.77% | - |
| XYZ | 27.98 | 21.61 | 3.23 | - |
| YUV | 121.3 | 69.14 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 103 | 17 | 0 | 0.48 | 0.91 | 0.23 | 28.67 | 0.84 | 0.42 |
| Hex | C5 | 67 | 11 | 0 | 30 | 5B | 17 | 1D | 54 | 2A |
| Octal | 305 | 147 | 21 | 0 | 60 | 133 | 27 | 35 | 124 | 52 |
| Binary | 11000101 | 1100111 | 10001 | 0 | 110000 | 1011011 | 10111 | 11101 | 1010100 | 101010 |
Color Harmonies of #C56711
Complementary color
Monochromatic Colors of #C56711
Black with #C56711
Text Example
Text Example
White with #C56711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56711; }
p { color: rgb(197,103,17); }
H1.HeaderClassName
{
color: #C56711;
}
.AnyTagClassName
{
color: #C56711;
}
</style>
background-color css
<style>
a { background-color: #C56711; }
a { background-color: rgb(197,103,17); }
div.DivClassName
{
background-color: #C56711;
}
.BgClassName
{
background-color: #C56711;
}
</style>
border-color css
<style>
span { border-color: #C56711; }
span { border-color: rgb(197,103,17); }
td.TdClassName
{
border-color: #C56711;
}
.TagClassName
{
border-color: #C56711;
}
</style>