Shades of Chocolate #C76610
Tints of Chocolate #C76610
RGB
CMYK
RGB Variations
Color information
#C76610 (or 0xC76610) is known color: Chocolate. HEX triplet: C7, 66 and 10. RGB value is (199,102,16). Sum of RGB (Red+Green+Blue) = 199+102+16=317 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.78% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 16 (6.64% from 255 or 5.05% from 317); Max value from RGB is 199 - color contains mainly: red. Hex color #C76610 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76610 is #3899EF. Grayscale: #797979. Windows color (decimal): -3709424 or 1074887. OLE color: 1074887.
HSL color Cylindrical-coordinate representation of color #C76610: hue angle of 28.2º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C76610 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 102 | 16 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.22 |
| HSL | 28.2º | 0.85% | 0.42% | - |
| HSV(B) | 28.2º | 0.92% | 0.78% | - |
| XYZ | 28.4 | 21.68 | 3.18 | - |
| YUV | 121.2 | 68.64 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 102 | 16 | 0 | 0.49 | 0.92 | 0.22 | 28.2 | 0.85 | 0.42 |
| Hex | C7 | 66 | 10 | 0 | 31 | 5C | 16 | 1C | 55 | 2A |
| Octal | 307 | 146 | 20 | 0 | 61 | 134 | 26 | 34 | 125 | 52 |
| Binary | 11000111 | 1100110 | 10000 | 0 | 110001 | 1011100 | 10110 | 11100 | 1010101 | 101010 |
Color Harmonies of #C76610
Complementary color
Monochromatic Colors of #C76610
Black with #C76610
Text Example
Text Example
White with #C76610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76610; }
p { color: rgb(199,102,16); }
H1.HeaderClassName
{
color: #C76610;
}
.AnyTagClassName
{
color: #C76610;
}
</style>
background-color css
<style>
a { background-color: #C76610; }
a { background-color: rgb(199,102,16); }
div.DivClassName
{
background-color: #C76610;
}
.BgClassName
{
background-color: #C76610;
}
</style>
border-color css
<style>
span { border-color: #C76610; }
span { border-color: rgb(199,102,16); }
td.TdClassName
{
border-color: #C76610;
}
.TagClassName
{
border-color: #C76610;
}
</style>