Shades of Chocolate #C76A0B
Tints of Chocolate #C76A0B
RGB
CMYK
RGB Variations
Color information
#C76A0B (or 0xC76A0B) is known color: Chocolate. HEX triplet: C7, 6A and 0B. RGB value is (199,106,11). Sum of RGB (Red+Green+Blue) = 199+106+11=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 11 (4.69% from 255 or 3.48% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76A0B is #3895F4. Grayscale: #7B7B7B. Windows color (decimal): -3708405 or 748231. OLE color: 748231.
HSL color Cylindrical-coordinate representation of color #C76A0B: hue angle of 30.32º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C76A0B is Cyan = 0, Magento = 0.47, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 11 | - |
| CMYK | 0 | 0.47 | 0.94 | 0.22 |
| HSL | 30.32º | 0.9% | 0.41% | - |
| HSV(B) | 30.32º | 0.94% | 0.78% | - |
| XYZ | 28.77 | 22.47 | 3.14 | - |
| YUV | 122.98 | 64.81 | 182.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 11 | 0 | 0.47 | 0.94 | 0.22 | 30.32 | 0.9 | 0.41 |
| Hex | C7 | 6A | B | 0 | 2F | 5E | 16 | 1E | 5A | 29 |
| Octal | 307 | 152 | 13 | 0 | 57 | 136 | 26 | 36 | 132 | 51 |
| Binary | 11000111 | 1101010 | 1011 | 0 | 101111 | 1011110 | 10110 | 11110 | 1011010 | 101001 |
Color Harmonies of #C76A0B
Complementary color
Monochromatic Colors of #C76A0B
Black with #C76A0B
Text Example
Text Example
White with #C76A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A0B; }
p { color: rgb(199,106,11); }
H1.HeaderClassName
{
color: #C76A0B;
}
.AnyTagClassName
{
color: #C76A0B;
}
</style>
background-color css
<style>
a { background-color: #C76A0B; }
a { background-color: rgb(199,106,11); }
div.DivClassName
{
background-color: #C76A0B;
}
.BgClassName
{
background-color: #C76A0B;
}
</style>
border-color css
<style>
span { border-color: #C76A0B; }
span { border-color: rgb(199,106,11); }
td.TdClassName
{
border-color: #C76A0B;
}
.TagClassName
{
border-color: #C76A0B;
}
</style>