Shades of Chocolate #C76C18
Tints of Chocolate #C76C18
RGB
CMYK
RGB Variations
Color information
#C76C18 (or 0xC76C18) is known color: Chocolate. HEX triplet: C7, 6C and 18. RGB value is (199,108,24). Sum of RGB (Red+Green+Blue) = 199+108+24=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 108 (42.58% from 255 or 32.63% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76C18 is #3893E7. Grayscale: #7E7E7E. Windows color (decimal): -3707880 or 1600711. OLE color: 1600711.
HSL color Cylindrical-coordinate representation of color #C76C18: hue angle of 28.8º degrees, saturation: 0.78, 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 #C76C18 is Cyan = 0, Magento = 0.46, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 24 | - |
| CMYK | 0 | 0.46 | 0.88 | 0.22 |
| HSL | 28.8º | 0.78% | 0.44% | - |
| HSV(B) | 28.8º | 0.88% | 0.78% | - |
| XYZ | 29.08 | 22.93 | 3.76 | - |
| YUV | 125.63 | 70.65 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 24 | 0 | 0.46 | 0.88 | 0.22 | 28.8 | 0.78 | 0.44 |
| Hex | C7 | 6C | 18 | 0 | 2E | 58 | 16 | 1D | 4E | 2C |
| Octal | 307 | 154 | 30 | 0 | 56 | 130 | 26 | 35 | 116 | 54 |
| Binary | 11000111 | 1101100 | 11000 | 0 | 101110 | 1011000 | 10110 | 11101 | 1001110 | 101100 |
Color Harmonies of #C76C18
Complementary color
Monochromatic Colors of #C76C18
Black with #C76C18
Text Example
Text Example
White with #C76C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C18; }
p { color: rgb(199,108,24); }
H1.HeaderClassName
{
color: #C76C18;
}
.AnyTagClassName
{
color: #C76C18;
}
</style>
background-color css
<style>
a { background-color: #C76C18; }
a { background-color: rgb(199,108,24); }
div.DivClassName
{
background-color: #C76C18;
}
.BgClassName
{
background-color: #C76C18;
}
</style>
border-color css
<style>
span { border-color: #C76C18; }
span { border-color: rgb(199,108,24); }
td.TdClassName
{
border-color: #C76C18;
}
.TagClassName
{
border-color: #C76C18;
}
</style>