Shades of Chocolate #C96317
Tints of Chocolate #C96317
RGB
CMYK
RGB Variations
Color information
#C96317 (or 0xC96317) is known color: Chocolate. HEX triplet: C9, 63 and 17. RGB value is (201,99,23). Sum of RGB (Red+Green+Blue) = 201+99+23=323 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.23% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 23 (9.38% from 255 or 7.12% from 323); Max value from RGB is 201 - color contains mainly: red. Hex color #C96317 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96317 is #369CE8. Grayscale: #797979. Windows color (decimal): -3579113 or 1532873. OLE color: 1532873.
HSL color Cylindrical-coordinate representation of color #C96317: hue angle of 25.62º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C96317 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 23 | - |
| CMYK | 0 | 0.51 | 0.89 | 0.21 |
| HSL | 25.62º | 0.79% | 0.44% | - |
| HSV(B) | 25.62º | 0.89% | 0.79% | - |
| XYZ | 28.7 | 21.4 | 3.43 | - |
| YUV | 120.83 | 72.79 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 23 | 0 | 0.51 | 0.89 | 0.21 | 25.62 | 0.79 | 0.44 |
| Hex | C9 | 63 | 17 | 0 | 33 | 59 | 15 | 1A | 4F | 2C |
| Octal | 311 | 143 | 27 | 0 | 63 | 131 | 25 | 32 | 117 | 54 |
| Binary | 11001001 | 1100011 | 10111 | 0 | 110011 | 1011001 | 10101 | 11010 | 1001111 | 101100 |
Color Harmonies of #C96317
Complementary color
Monochromatic Colors of #C96317
Black with #C96317
Text Example
Text Example
White with #C96317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96317; }
p { color: rgb(201,99,23); }
H1.HeaderClassName
{
color: #C96317;
}
.AnyTagClassName
{
color: #C96317;
}
</style>
background-color css
<style>
a { background-color: #C96317; }
a { background-color: rgb(201,99,23); }
div.DivClassName
{
background-color: #C96317;
}
.BgClassName
{
background-color: #C96317;
}
</style>
border-color css
<style>
span { border-color: #C96317; }
span { border-color: rgb(201,99,23); }
td.TdClassName
{
border-color: #C96317;
}
.TagClassName
{
border-color: #C96317;
}
</style>