Shades of Chocolate #C96422
Tints of Chocolate #C96422
RGB
CMYK
RGB Variations
Color information
#C96422 (or 0xC96422) is known color: Chocolate. HEX triplet: C9, 64 and 22. RGB value is (201,100,34). Sum of RGB (Red+Green+Blue) = 201+100+34=335 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 34 (13.67% from 255 or 10.15% from 335); Max value from RGB is 201 - color contains mainly: red. Hex color #C96422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96422 is #369BDD. Grayscale: #7B7B7B. Windows color (decimal): -3578846 or 2254025. OLE color: 2254025.
HSL color Cylindrical-coordinate representation of color #C96422: hue angle of 23.71º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C96422 is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 100 | 34 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.21 |
| HSL | 23.71º | 0.71% | 0.46% | - |
| HSV(B) | 23.71º | 0.83% | 0.79% | - |
| XYZ | 28.93 | 21.65 | 4.17 | - |
| YUV | 122.68 | 77.96 | 183.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 100 | 34 | 0 | 0.50 | 0.83 | 0.21 | 23.71 | 0.71 | 0.46 |
| Hex | C9 | 64 | 22 | 0 | 32 | 53 | 15 | 18 | 47 | 2E |
| Octal | 311 | 144 | 42 | 0 | 62 | 123 | 25 | 30 | 107 | 56 |
| Binary | 11001001 | 1100100 | 100010 | 0 | 110010 | 1010011 | 10101 | 11000 | 1000111 | 101110 |
Color Harmonies of #C96422
Complementary color
Monochromatic Colors of #C96422
Black with #C96422
Text Example
Text Example
White with #C96422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96422; }
p { color: rgb(201,100,34); }
H1.HeaderClassName
{
color: #C96422;
}
.AnyTagClassName
{
color: #C96422;
}
</style>
background-color css
<style>
a { background-color: #C96422; }
a { background-color: rgb(201,100,34); }
div.DivClassName
{
background-color: #C96422;
}
.BgClassName
{
background-color: #C96422;
}
</style>
border-color css
<style>
span { border-color: #C96422; }
span { border-color: rgb(201,100,34); }
td.TdClassName
{
border-color: #C96422;
}
.TagClassName
{
border-color: #C96422;
}
</style>