Shades of Chocolate #C46711
Tints of Chocolate #C46711
RGB
CMYK
RGB Variations
Color information
#C46711 (or 0xC46711) is known color: Chocolate. HEX triplet: C4, 67 and 11. RGB value is (196,103,17). Sum of RGB (Red+Green+Blue) = 196+103+17=316 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.03% from 316); Green value is 103 (40.62% from 255 or 32.59% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 196 - color contains mainly: red. Hex color #C46711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46711 is #3B98EE. Grayscale: #797979. Windows color (decimal): -3905775 or 1140676. OLE color: 1140676.
HSL color Cylindrical-coordinate representation of color #C46711: hue angle of 28.83º 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 #C46711 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 103 | 17 | - |
| CMYK | 0 | 0.47 | 0.91 | 0.23 |
| HSL | 28.83º | 0.84% | 0.42% | - |
| HSV(B) | 28.83º | 0.91% | 0.77% | - |
| XYZ | 27.72 | 21.48 | 3.21 | - |
| YUV | 121 | 69.31 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 103 | 17 | 0 | 0.47 | 0.91 | 0.23 | 28.83 | 0.84 | 0.42 |
| Hex | C4 | 67 | 11 | 0 | 2F | 5B | 17 | 1D | 54 | 2A |
| Octal | 304 | 147 | 21 | 0 | 57 | 133 | 27 | 35 | 124 | 52 |
| Binary | 11000100 | 1100111 | 10001 | 0 | 101111 | 1011011 | 10111 | 11101 | 1010100 | 101010 |
Color Harmonies of #C46711
Complementary color
Monochromatic Colors of #C46711
Black with #C46711
Text Example
Text Example
White with #C46711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46711; }
p { color: rgb(196,103,17); }
H1.HeaderClassName
{
color: #C46711;
}
.AnyTagClassName
{
color: #C46711;
}
</style>
background-color css
<style>
a { background-color: #C46711; }
a { background-color: rgb(196,103,17); }
div.DivClassName
{
background-color: #C46711;
}
.BgClassName
{
background-color: #C46711;
}
</style>
border-color css
<style>
span { border-color: #C46711; }
span { border-color: rgb(196,103,17); }
td.TdClassName
{
border-color: #C46711;
}
.TagClassName
{
border-color: #C46711;
}
</style>