Shades of Chocolate #C76A16
Tints of Chocolate #C76A16
RGB
CMYK
RGB Variations
Color information
#C76A16 (or 0xC76A16) is known color: Chocolate. HEX triplet: C7, 6A and 16. RGB value is (199,106,22). Sum of RGB (Red+Green+Blue) = 199+106+22=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 22 (8.98% from 255 or 6.73% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76A16 is #3895E9. Grayscale: #7C7C7C. Windows color (decimal): -3708394 or 1469127. OLE color: 1469127.
HSL color Cylindrical-coordinate representation of color #C76A16: hue angle of 28.47º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C76A16 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 22 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.22 |
| HSL | 28.47º | 0.8% | 0.43% | - |
| HSV(B) | 28.47º | 0.89% | 0.78% | - |
| XYZ | 28.85 | 22.51 | 3.58 | - |
| YUV | 124.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 22 | 0 | 0.47 | 0.89 | 0.22 | 28.47 | 0.8 | 0.43 |
| Hex | C7 | 6A | 16 | 0 | 2F | 59 | 16 | 1C | 50 | 2B |
| Octal | 307 | 152 | 26 | 0 | 57 | 131 | 26 | 34 | 120 | 53 |
| Binary | 11000111 | 1101010 | 10110 | 0 | 101111 | 1011001 | 10110 | 11100 | 1010000 | 101011 |
Color Harmonies of #C76A16
Complementary color
Monochromatic Colors of #C76A16
Black with #C76A16
Text Example
Text Example
White with #C76A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A16; }
p { color: rgb(199,106,22); }
H1.HeaderClassName
{
color: #C76A16;
}
.AnyTagClassName
{
color: #C76A16;
}
</style>
background-color css
<style>
a { background-color: #C76A16; }
a { background-color: rgb(199,106,22); }
div.DivClassName
{
background-color: #C76A16;
}
.BgClassName
{
background-color: #C76A16;
}
</style>
border-color css
<style>
span { border-color: #C76A16; }
span { border-color: rgb(199,106,22); }
td.TdClassName
{
border-color: #C76A16;
}
.TagClassName
{
border-color: #C76A16;
}
</style>