Shades of Chocolate #C96520
Tints of Chocolate #C96520
RGB
CMYK
RGB Variations
Color information
#C96520 (or 0xC96520) is known color: Chocolate. HEX triplet: C9, 65 and 20. RGB value is (201,101,32). Sum of RGB (Red+Green+Blue) = 201+101+32=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C96520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96520 is #369ADF. Grayscale: #7B7B7B. Windows color (decimal): -3578592 or 2123209. OLE color: 2123209.
HSL color Cylindrical-coordinate representation of color #C96520: hue angle of 24.5º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C96520 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 32 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.21 |
| HSL | 24.5º | 0.73% | 0.46% | - |
| HSV(B) | 24.5º | 0.84% | 0.79% | - |
| XYZ | 29 | 21.83 | 4.05 | - |
| YUV | 123.03 | 76.63 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 32 | 0 | 0.50 | 0.84 | 0.21 | 24.5 | 0.73 | 0.46 |
| Hex | C9 | 65 | 20 | 0 | 32 | 54 | 15 | 18 | 49 | 2E |
| Octal | 311 | 145 | 40 | 0 | 62 | 124 | 25 | 30 | 111 | 56 |
| Binary | 11001001 | 1100101 | 100000 | 0 | 110010 | 1010100 | 10101 | 11000 | 1001001 | 101110 |
Color Harmonies of #C96520
Complementary color
Monochromatic Colors of #C96520
Black with #C96520
Text Example
Text Example
White with #C96520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96520; }
p { color: rgb(201,101,32); }
H1.HeaderClassName
{
color: #C96520;
}
.AnyTagClassName
{
color: #C96520;
}
</style>
background-color css
<style>
a { background-color: #C96520; }
a { background-color: rgb(201,101,32); }
div.DivClassName
{
background-color: #C96520;
}
.BgClassName
{
background-color: #C96520;
}
</style>
border-color css
<style>
span { border-color: #C96520; }
span { border-color: rgb(201,101,32); }
td.TdClassName
{
border-color: #C96520;
}
.TagClassName
{
border-color: #C96520;
}
</style>