Shades of Chocolate #C76C22
Tints of Chocolate #C76C22
RGB
CMYK
RGB Variations
Color information
#C76C22 (or 0xC76C22) is known color: Chocolate. HEX triplet: C7, 6C and 22. RGB value is (199,108,34). Sum of RGB (Red+Green+Blue) = 199+108+34=341 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.36% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C22 is #3893DD. Grayscale: #7F7F7F. Windows color (decimal): -3707870 or 2256071. OLE color: 2256071.
HSL color Cylindrical-coordinate representation of color #C76C22: hue angle of 26.91º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C76C22 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 34 | - |
| CMYK | 0 | 0.46 | 0.83 | 0.22 |
| HSL | 26.91º | 0.71% | 0.46% | - |
| HSV(B) | 26.91º | 0.83% | 0.78% | - |
| XYZ | 29.2 | 22.98 | 4.41 | - |
| YUV | 126.77 | 75.65 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 34 | 0 | 0.46 | 0.83 | 0.22 | 26.91 | 0.71 | 0.46 |
| Hex | C7 | 6C | 22 | 0 | 2E | 53 | 16 | 1B | 47 | 2E |
| Octal | 307 | 154 | 42 | 0 | 56 | 123 | 26 | 33 | 107 | 56 |
| Binary | 11000111 | 1101100 | 100010 | 0 | 101110 | 1010011 | 10110 | 11011 | 1000111 | 101110 |
Color Harmonies of #C76C22
Complementary color
Monochromatic Colors of #C76C22
Black with #C76C22
Text Example
Text Example
White with #C76C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C22; }
p { color: rgb(199,108,34); }
H1.HeaderClassName
{
color: #C76C22;
}
.AnyTagClassName
{
color: #C76C22;
}
</style>
background-color css
<style>
a { background-color: #C76C22; }
a { background-color: rgb(199,108,34); }
div.DivClassName
{
background-color: #C76C22;
}
.BgClassName
{
background-color: #C76C22;
}
</style>
border-color css
<style>
span { border-color: #C76C22; }
span { border-color: rgb(199,108,34); }
td.TdClassName
{
border-color: #C76C22;
}
.TagClassName
{
border-color: #C76C22;
}
</style>