Shades of Chocolate #C96817
Tints of Chocolate #C96817
RGB
CMYK
RGB Variations
Color information
#C96817 (or 0xC96817) is known color: Chocolate. HEX triplet: C9, 68 and 17. RGB value is (201,104,23). Sum of RGB (Red+Green+Blue) = 201+104+23=328 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.28% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 201 - color contains mainly: red. Hex color #C96817 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96817 is #3697E8. Grayscale: #7C7C7C. Windows color (decimal): -3577833 or 1534153. OLE color: 1534153.
HSL color Cylindrical-coordinate representation of color #C96817: hue angle of 27.3º 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 #C96817 is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 23 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.21 |
| HSL | 27.3º | 0.79% | 0.44% | - |
| HSV(B) | 27.3º | 0.89% | 0.79% | - |
| XYZ | 29.19 | 22.38 | 3.59 | - |
| YUV | 123.77 | 71.14 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 23 | 0 | 0.48 | 0.89 | 0.21 | 27.3 | 0.79 | 0.44 |
| Hex | C9 | 68 | 17 | 0 | 30 | 59 | 15 | 1B | 4F | 2C |
| Octal | 311 | 150 | 27 | 0 | 60 | 131 | 25 | 33 | 117 | 54 |
| Binary | 11001001 | 1101000 | 10111 | 0 | 110000 | 1011001 | 10101 | 11011 | 1001111 | 101100 |
Color Harmonies of #C96817
Complementary color
Monochromatic Colors of #C96817
Black with #C96817
Text Example
Text Example
White with #C96817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96817; }
p { color: rgb(201,104,23); }
H1.HeaderClassName
{
color: #C96817;
}
.AnyTagClassName
{
color: #C96817;
}
</style>
background-color css
<style>
a { background-color: #C96817; }
a { background-color: rgb(201,104,23); }
div.DivClassName
{
background-color: #C96817;
}
.BgClassName
{
background-color: #C96817;
}
</style>
border-color css
<style>
span { border-color: #C96817; }
span { border-color: rgb(201,104,23); }
td.TdClassName
{
border-color: #C96817;
}
.TagClassName
{
border-color: #C96817;
}
</style>