Shades of Chocolate #C46613
Tints of Chocolate #C46613
RGB
CMYK
RGB Variations
Color information
#C46613 (or 0xC46613) is known color: Chocolate. HEX triplet: C4, 66 and 13. RGB value is (196,102,19). Sum of RGB (Red+Green+Blue) = 196+102+19=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 19 (7.81% from 255 or 5.99% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C46613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46613 is #3B99EC. Grayscale: #797979. Windows color (decimal): -3906029 or 1271492. OLE color: 1271492.
HSL color Cylindrical-coordinate representation of color #C46613: hue angle of 28.14º 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 #C46613 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 19 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.23 |
| HSL | 28.14º | 0.82% | 0.42% | - |
| HSV(B) | 28.14º | 0.9% | 0.77% | - |
| XYZ | 27.63 | 21.29 | 3.27 | - |
| YUV | 120.64 | 70.64 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 19 | 0 | 0.48 | 0.90 | 0.23 | 28.14 | 0.82 | 0.42 |
| Hex | C4 | 66 | 13 | 0 | 30 | 5A | 17 | 1C | 52 | 2A |
| Octal | 304 | 146 | 23 | 0 | 60 | 132 | 27 | 34 | 122 | 52 |
| Binary | 11000100 | 1100110 | 10011 | 0 | 110000 | 1011010 | 10111 | 11100 | 1010010 | 101010 |
Color Harmonies of #C46613
Complementary color
Monochromatic Colors of #C46613
Black with #C46613
Text Example
Text Example
White with #C46613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46613; }
p { color: rgb(196,102,19); }
H1.HeaderClassName
{
color: #C46613;
}
.AnyTagClassName
{
color: #C46613;
}
</style>
background-color css
<style>
a { background-color: #C46613; }
a { background-color: rgb(196,102,19); }
div.DivClassName
{
background-color: #C46613;
}
.BgClassName
{
background-color: #C46613;
}
</style>
border-color css
<style>
span { border-color: #C46613; }
span { border-color: rgb(196,102,19); }
td.TdClassName
{
border-color: #C46613;
}
.TagClassName
{
border-color: #C46613;
}
</style>