Shades of Chocolate #C96615
Tints of Chocolate #C96615
RGB
CMYK
RGB Variations
Color information
#C96615 (or 0xC96615) is known color: Chocolate. HEX triplet: C9, 66 and 15. RGB value is (201,102,21). Sum of RGB (Red+Green+Blue) = 201+102+21=324 (42% of max value = 765). Red value is 201 (78.91% from 255 or 62.04% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 21 (8.59% from 255 or 6.48% from 324); Max value from RGB is 201 - color contains mainly: red. Hex color #C96615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96615 is #3699EA. Grayscale: #7A7A7A. Windows color (decimal): -3578347 or 1402569. OLE color: 1402569.
HSL color Cylindrical-coordinate representation of color #C96615: hue angle of 27º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C96615 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 21 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.21 |
| HSL | 27º | 0.81% | 0.44% | - |
| HSV(B) | 27º | 0.9% | 0.79% | - |
| XYZ | 28.97 | 21.97 | 3.42 | - |
| YUV | 122.37 | 70.8 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 21 | 0 | 0.49 | 0.90 | 0.21 | 27 | 0.81 | 0.44 |
| Hex | C9 | 66 | 15 | 0 | 31 | 5A | 15 | 1B | 51 | 2C |
| Octal | 311 | 146 | 25 | 0 | 61 | 132 | 25 | 33 | 121 | 54 |
| Binary | 11001001 | 1100110 | 10101 | 0 | 110001 | 1011010 | 10101 | 11011 | 1010001 | 101100 |
Color Harmonies of #C96615
Complementary color
Monochromatic Colors of #C96615
Black with #C96615
Text Example
Text Example
White with #C96615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96615; }
p { color: rgb(201,102,21); }
H1.HeaderClassName
{
color: #C96615;
}
.AnyTagClassName
{
color: #C96615;
}
</style>
background-color css
<style>
a { background-color: #C96615; }
a { background-color: rgb(201,102,21); }
div.DivClassName
{
background-color: #C96615;
}
.BgClassName
{
background-color: #C96615;
}
</style>
border-color css
<style>
span { border-color: #C96615; }
span { border-color: rgb(201,102,21); }
td.TdClassName
{
border-color: #C96615;
}
.TagClassName
{
border-color: #C96615;
}
</style>