Shades of Chocolate #C76A17
Tints of Chocolate #C76A17
RGB
CMYK
RGB Variations
Color information
#C76A17 (or 0xC76A17) is known color: Chocolate. HEX triplet: C7, 6A and 17. RGB value is (199,106,23). Sum of RGB (Red+Green+Blue) = 199+106+23=328 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.67% from 328); Green value is 106 (41.80% from 255 or 32.32% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 199 - color contains mainly: red. Hex color #C76A17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76A17 is #3895E8. Grayscale: #7C7C7C. Windows color (decimal): -3708393 or 1534663. OLE color: 1534663.
HSL color Cylindrical-coordinate representation of color #C76A17: hue angle of 28.3º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C76A17 is Cyan = 0, Magento = 0.47, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 106 | 23 | - |
| CMYK | 0 | 0.47 | 0.88 | 0.22 |
| HSL | 28.3º | 0.79% | 0.44% | - |
| HSV(B) | 28.3º | 0.88% | 0.78% | - |
| XYZ | 28.86 | 22.51 | 3.63 | - |
| YUV | 124.35 | 70.81 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 106 | 23 | 0 | 0.47 | 0.88 | 0.22 | 28.3 | 0.79 | 0.44 |
| Hex | C7 | 6A | 17 | 0 | 2F | 58 | 16 | 1C | 4F | 2C |
| Octal | 307 | 152 | 27 | 0 | 57 | 130 | 26 | 34 | 117 | 54 |
| Binary | 11000111 | 1101010 | 10111 | 0 | 101111 | 1011000 | 10110 | 11100 | 1001111 | 101100 |
Color Harmonies of #C76A17
Complementary color
Monochromatic Colors of #C76A17
Black with #C76A17
Text Example
Text Example
White with #C76A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76A17; }
p { color: rgb(199,106,23); }
H1.HeaderClassName
{
color: #C76A17;
}
.AnyTagClassName
{
color: #C76A17;
}
</style>
background-color css
<style>
a { background-color: #C76A17; }
a { background-color: rgb(199,106,23); }
div.DivClassName
{
background-color: #C76A17;
}
.BgClassName
{
background-color: #C76A17;
}
</style>
border-color css
<style>
span { border-color: #C76A17; }
span { border-color: rgb(199,106,23); }
td.TdClassName
{
border-color: #C76A17;
}
.TagClassName
{
border-color: #C76A17;
}
</style>