Shades of Chocolate #C96A24
Tints of Chocolate #C96A24
RGB
CMYK
RGB Variations
Color information
#C96A24 (or 0xC96A24) is known color: Chocolate. HEX triplet: C9, 6A and 24. RGB value is (201,106,36). Sum of RGB (Red+Green+Blue) = 201+106+36=343 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.60% from 343); Green value is 106 (41.80% from 255 or 30.90% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A24 is #3695DB. Grayscale: #7E7E7E. Windows color (decimal): -3577308 or 2386633. OLE color: 2386633.
HSL color Cylindrical-coordinate representation of color #C96A24: hue angle of 25.45º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C96A24 is Cyan = 0, Magento = 0.47, Yellow = 0.82 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 106 | 36 | - |
| CMYK | 0 | 0.47 | 0.82 | 0.21 |
| HSL | 25.45º | 0.7% | 0.46% | - |
| HSV(B) | 25.45º | 0.82% | 0.79% | - |
| XYZ | 29.56 | 22.85 | 4.52 | - |
| YUV | 126.43 | 76.97 | 181.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 106 | 36 | 0 | 0.47 | 0.82 | 0.21 | 25.45 | 0.7 | 0.46 |
| Hex | C9 | 6A | 24 | 0 | 2F | 52 | 15 | 19 | 46 | 2E |
| Octal | 311 | 152 | 44 | 0 | 57 | 122 | 25 | 31 | 106 | 56 |
| Binary | 11001001 | 1101010 | 100100 | 0 | 101111 | 1010010 | 10101 | 11001 | 1000110 | 101110 |
Color Harmonies of #C96A24
Complementary color
Monochromatic Colors of #C96A24
Black with #C96A24
Text Example
Text Example
White with #C96A24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96A24; }
p { color: rgb(201,106,36); }
H1.HeaderClassName
{
color: #C96A24;
}
.AnyTagClassName
{
color: #C96A24;
}
</style>
background-color css
<style>
a { background-color: #C96A24; }
a { background-color: rgb(201,106,36); }
div.DivClassName
{
background-color: #C96A24;
}
.BgClassName
{
background-color: #C96A24;
}
</style>
border-color css
<style>
span { border-color: #C96A24; }
span { border-color: rgb(201,106,36); }
td.TdClassName
{
border-color: #C96A24;
}
.TagClassName
{
border-color: #C96A24;
}
</style>