Shades of Chocolate #C96B10
Tints of Chocolate #C96B10
RGB
CMYK
RGB Variations
Color information
#C96B10 (or 0xC96B10) is known color: Chocolate. HEX triplet: C9, 6B and 10. RGB value is (201,107,16). Sum of RGB (Red+Green+Blue) = 201+107+16=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C96B10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96B10 is #3694EF. Grayscale: #7D7D7D. Windows color (decimal): -3577072 or 1076169. OLE color: 1076169.
HSL color Cylindrical-coordinate representation of color #C96B10: hue angle of 29.51º 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 #C96B10 is Cyan = 0, Magento = 0.47, Yellow = 0.92 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 107 | 16 | - |
| CMYK | 0 | 0.47 | 0.92 | 0.21 |
| HSL | 29.51º | 0.85% | 0.43% | - |
| HSV(B) | 29.51º | 0.92% | 0.79% | - |
| XYZ | 29.44 | 22.97 | 3.37 | - |
| YUV | 124.73 | 66.64 | 182.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 107 | 16 | 0 | 0.47 | 0.92 | 0.21 | 29.51 | 0.85 | 0.43 |
| Hex | C9 | 6B | 10 | 0 | 2F | 5C | 15 | 1E | 55 | 2B |
| Octal | 311 | 153 | 20 | 0 | 57 | 134 | 25 | 36 | 125 | 53 |
| Binary | 11001001 | 1101011 | 10000 | 0 | 101111 | 1011100 | 10101 | 11110 | 1010101 | 101011 |
Color Harmonies of #C96B10
Complementary color
Monochromatic Colors of #C96B10
Black with #C96B10
Text Example
Text Example
White with #C96B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96B10; }
p { color: rgb(201,107,16); }
H1.HeaderClassName
{
color: #C96B10;
}
.AnyTagClassName
{
color: #C96B10;
}
</style>
background-color css
<style>
a { background-color: #C96B10; }
a { background-color: rgb(201,107,16); }
div.DivClassName
{
background-color: #C96B10;
}
.BgClassName
{
background-color: #C96B10;
}
</style>
border-color css
<style>
span { border-color: #C96B10; }
span { border-color: rgb(201,107,16); }
td.TdClassName
{
border-color: #C96B10;
}
.TagClassName
{
border-color: #C96B10;
}
</style>