Shades of Chocolate #C56613
Tints of Chocolate #C56613
RGB
CMYK
RGB Variations
Color information
#C56613 (or 0xC56613) is known color: Chocolate. HEX triplet: C5, 66 and 13. RGB value is (197,102,19). Sum of RGB (Red+Green+Blue) = 197+102+19=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 19 (7.81% from 255 or 5.97% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C56613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56613 is #3A99EC. Grayscale: #797979. Windows color (decimal): -3840493 or 1271493. OLE color: 1271493.
HSL color Cylindrical-coordinate representation of color #C56613: hue angle of 27.98º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C56613 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 19 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.23 |
| HSL | 27.98º | 0.82% | 0.42% | - |
| HSV(B) | 27.98º | 0.9% | 0.77% | - |
| XYZ | 27.89 | 21.42 | 3.28 | - |
| YUV | 120.94 | 70.47 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 19 | 0 | 0.48 | 0.90 | 0.23 | 27.98 | 0.82 | 0.42 |
| Hex | C5 | 66 | 13 | 0 | 30 | 5A | 17 | 1C | 52 | 2A |
| Octal | 305 | 146 | 23 | 0 | 60 | 132 | 27 | 34 | 122 | 52 |
| Binary | 11000101 | 1100110 | 10011 | 0 | 110000 | 1011010 | 10111 | 11100 | 1010010 | 101010 |
Color Harmonies of #C56613
Complementary color
Monochromatic Colors of #C56613
Black with #C56613
Text Example
Text Example
White with #C56613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56613; }
p { color: rgb(197,102,19); }
H1.HeaderClassName
{
color: #C56613;
}
.AnyTagClassName
{
color: #C56613;
}
</style>
background-color css
<style>
a { background-color: #C56613; }
a { background-color: rgb(197,102,19); }
div.DivClassName
{
background-color: #C56613;
}
.BgClassName
{
background-color: #C56613;
}
</style>
border-color css
<style>
span { border-color: #C56613; }
span { border-color: rgb(197,102,19); }
td.TdClassName
{
border-color: #C56613;
}
.TagClassName
{
border-color: #C56613;
}
</style>