Shades of Chocolate #C76C17
Tints of Chocolate #C76C17
RGB
CMYK
RGB Variations
Color information
#C76C17 (or 0xC76C17) is known color: Chocolate. HEX triplet: C7, 6C and 17. RGB value is (199,108,23). Sum of RGB (Red+Green+Blue) = 199+108+23=330 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.30% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 23 (9.38% from 255 or 6.97% from 330); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C17 is #3893E8. Grayscale: #7D7D7D. Windows color (decimal): -3707881 or 1535175. OLE color: 1535175.
HSL color Cylindrical-coordinate representation of color #C76C17: hue angle of 28.98º 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 #C76C17 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 23 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.22 |
| HSL | 28.98º | 0.79% | 0.44% | - |
| HSV(B) | 28.98º | 0.88% | 0.78% | - |
| XYZ | 29.07 | 22.93 | 3.7 | - |
| YUV | 125.52 | 70.15 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 23 | 0 | 0.46 | 0.88 | 0.22 | 28.98 | 0.79 | 0.44 |
| Hex | C7 | 6C | 17 | 0 | 2E | 58 | 16 | 1D | 4F | 2C |
| Octal | 307 | 154 | 27 | 0 | 56 | 130 | 26 | 35 | 117 | 54 |
| Binary | 11000111 | 1101100 | 10111 | 0 | 101110 | 1011000 | 10110 | 11101 | 1001111 | 101100 |
Color Harmonies of #C76C17
Complementary color
Monochromatic Colors of #C76C17
Black with #C76C17
Text Example
Text Example
White with #C76C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C17; }
p { color: rgb(199,108,23); }
H1.HeaderClassName
{
color: #C76C17;
}
.AnyTagClassName
{
color: #C76C17;
}
</style>
background-color css
<style>
a { background-color: #C76C17; }
a { background-color: rgb(199,108,23); }
div.DivClassName
{
background-color: #C76C17;
}
.BgClassName
{
background-color: #C76C17;
}
</style>
border-color css
<style>
span { border-color: #C76C17; }
span { border-color: rgb(199,108,23); }
td.TdClassName
{
border-color: #C76C17;
}
.TagClassName
{
border-color: #C76C17;
}
</style>