Shades of Chocolate #C76C16
Tints of Chocolate #C76C16
RGB
CMYK
RGB Variations
Color information
#C76C16 (or 0xC76C16) is known color: Chocolate. HEX triplet: C7, 6C and 16. RGB value is (199,108,22). Sum of RGB (Red+Green+Blue) = 199+108+22=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 22 (8.98% from 255 or 6.69% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C16 is #3893E9. Grayscale: #7D7D7D. Windows color (decimal): -3707882 or 1469639. OLE color: 1469639.
HSL color Cylindrical-coordinate representation of color #C76C16: hue angle of 29.15º 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 #C76C16 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 22 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.22 |
| HSL | 29.15º | 0.8% | 0.43% | - |
| HSV(B) | 29.15º | 0.89% | 0.78% | - |
| XYZ | 29.06 | 22.93 | 3.65 | - |
| YUV | 125.41 | 69.65 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 22 | 0 | 0.46 | 0.89 | 0.22 | 29.15 | 0.8 | 0.43 |
| Hex | C7 | 6C | 16 | 0 | 2E | 59 | 16 | 1D | 50 | 2B |
| Octal | 307 | 154 | 26 | 0 | 56 | 131 | 26 | 35 | 120 | 53 |
| Binary | 11000111 | 1101100 | 10110 | 0 | 101110 | 1011001 | 10110 | 11101 | 1010000 | 101011 |
Color Harmonies of #C76C16
Complementary color
Monochromatic Colors of #C76C16
Black with #C76C16
Text Example
Text Example
White with #C76C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C16; }
p { color: rgb(199,108,22); }
H1.HeaderClassName
{
color: #C76C16;
}
.AnyTagClassName
{
color: #C76C16;
}
</style>
background-color css
<style>
a { background-color: #C76C16; }
a { background-color: rgb(199,108,22); }
div.DivClassName
{
background-color: #C76C16;
}
.BgClassName
{
background-color: #C76C16;
}
</style>
border-color css
<style>
span { border-color: #C76C16; }
span { border-color: rgb(199,108,22); }
td.TdClassName
{
border-color: #C76C16;
}
.TagClassName
{
border-color: #C76C16;
}
</style>