Shades of Chocolate #C76510
Tints of Chocolate #C76510
RGB
CMYK
RGB Variations
Color information
#C76510 (or 0xC76510) is known color: Chocolate. HEX triplet: C7, 65 and 10. RGB value is (199,101,16). Sum of RGB (Red+Green+Blue) = 199+101+16=316 (41% of max value = 765). Red value is 199 (78.12% from 255 or 62.97% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 16 (6.64% from 255 or 5.06% from 316); Max value from RGB is 199 - color contains mainly: red. Hex color #C76510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C76510 is #389AEF. Grayscale: #797979. Windows color (decimal): -3709680 or 1074631. OLE color: 1074631.
HSL color Cylindrical-coordinate representation of color #C76510: hue angle of 27.87º 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 #C76510 is Cyan = 0, Magento = 0.49, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 101 | 16 | - |
| CMYK | 0 | 0.49 | 0.92 | 0.22 |
| HSL | 27.87º | 0.85% | 0.42% | - |
| HSV(B) | 27.87º | 0.92% | 0.78% | - |
| XYZ | 28.3 | 21.49 | 3.15 | - |
| YUV | 120.61 | 68.97 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 101 | 16 | 0 | 0.49 | 0.92 | 0.22 | 27.87 | 0.85 | 0.42 |
| Hex | C7 | 65 | 10 | 0 | 31 | 5C | 16 | 1C | 55 | 2A |
| Octal | 307 | 145 | 20 | 0 | 61 | 134 | 26 | 34 | 125 | 52 |
| Binary | 11000111 | 1100101 | 10000 | 0 | 110001 | 1011100 | 10110 | 11100 | 1010101 | 101010 |
Color Harmonies of #C76510
Complementary color
Monochromatic Colors of #C76510
Black with #C76510
Text Example
Text Example
White with #C76510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76510; }
p { color: rgb(199,101,16); }
H1.HeaderClassName
{
color: #C76510;
}
.AnyTagClassName
{
color: #C76510;
}
</style>
background-color css
<style>
a { background-color: #C76510; }
a { background-color: rgb(199,101,16); }
div.DivClassName
{
background-color: #C76510;
}
.BgClassName
{
background-color: #C76510;
}
</style>
border-color css
<style>
span { border-color: #C76510; }
span { border-color: rgb(199,101,16); }
td.TdClassName
{
border-color: #C76510;
}
.TagClassName
{
border-color: #C76510;
}
</style>