Shades of Chocolate #C96510
Tints of Chocolate #C96510
RGB
CMYK
RGB Variations
Color information
#C96510 (or 0xC96510) is known color: Chocolate. HEX triplet: C9, 65 and 10. RGB value is (201,101,16). Sum of RGB (Red+Green+Blue) = 201+101+16=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 16 (6.64% from 255 or 5.03% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C96510 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96510 is #369AEF. Grayscale: #797979. Windows color (decimal): -3578608 or 1074633. OLE color: 1074633.
HSL color Cylindrical-coordinate representation of color #C96510: hue angle of 27.57º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C96510 is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 16 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.21 |
| HSL | 27.57º | 0.85% | 0.43% | - |
| HSV(B) | 27.57º | 0.92% | 0.79% | - |
| XYZ | 28.83 | 21.76 | 3.17 | - |
| YUV | 121.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 16 | 0 | 0.50 | 0.92 | 0.21 | 27.57 | 0.85 | 0.43 |
| Hex | C9 | 65 | 10 | 0 | 32 | 5C | 15 | 1C | 55 | 2B |
| Octal | 311 | 145 | 20 | 0 | 62 | 134 | 25 | 34 | 125 | 53 |
| Binary | 11001001 | 1100101 | 10000 | 0 | 110010 | 1011100 | 10101 | 11100 | 1010101 | 101011 |
Color Harmonies of #C96510
Complementary color
Monochromatic Colors of #C96510
Black with #C96510
Text Example
Text Example
White with #C96510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96510; }
p { color: rgb(201,101,16); }
H1.HeaderClassName
{
color: #C96510;
}
.AnyTagClassName
{
color: #C96510;
}
</style>
background-color css
<style>
a { background-color: #C96510; }
a { background-color: rgb(201,101,16); }
div.DivClassName
{
background-color: #C96510;
}
.BgClassName
{
background-color: #C96510;
}
</style>
border-color css
<style>
span { border-color: #C96510; }
span { border-color: rgb(201,101,16); }
td.TdClassName
{
border-color: #C96510;
}
.TagClassName
{
border-color: #C96510;
}
</style>