Shades of Chocolate #C96715
Tints of Chocolate #C96715
RGB
CMYK
RGB Variations
Color information
#C96715 (or 0xC96715) is known color: Chocolate. HEX triplet: C9, 67 and 15. RGB value is (201,103,21). Sum of RGB (Red+Green+Blue) = 201+103+21=325 (43% of max value = 765). Red value is 201 (78.91% from 255 or 61.85% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 21 (8.59% from 255 or 6.46% from 325); Max value from RGB is 201 - color contains mainly: red. Hex color #C96715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C96715 is #3698EA. Grayscale: #7B7B7B. Windows color (decimal): -3578091 or 1402825. OLE color: 1402825.
HSL color Cylindrical-coordinate representation of color #C96715: hue angle of 27.33º 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 #C96715 is Cyan = 0, Magento = 0.49, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 103 | 21 | - |
| CMYK | 0 | 0.49 | 0.90 | 0.21 |
| HSL | 27.33º | 0.81% | 0.44% | - |
| HSV(B) | 27.33º | 0.9% | 0.79% | - |
| XYZ | 29.07 | 22.17 | 3.46 | - |
| YUV | 122.95 | 70.47 | 183.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 103 | 21 | 0 | 0.49 | 0.90 | 0.21 | 27.33 | 0.81 | 0.44 |
| Hex | C9 | 67 | 15 | 0 | 31 | 5A | 15 | 1B | 51 | 2C |
| Octal | 311 | 147 | 25 | 0 | 61 | 132 | 25 | 33 | 121 | 54 |
| Binary | 11001001 | 1100111 | 10101 | 0 | 110001 | 1011010 | 10101 | 11011 | 1010001 | 101100 |
Color Harmonies of #C96715
Complementary color
Monochromatic Colors of #C96715
Black with #C96715
Text Example
Text Example
White with #C96715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C96715; }
p { color: rgb(201,103,21); }
H1.HeaderClassName
{
color: #C96715;
}
.AnyTagClassName
{
color: #C96715;
}
</style>
background-color css
<style>
a { background-color: #C96715; }
a { background-color: rgb(201,103,21); }
div.DivClassName
{
background-color: #C96715;
}
.BgClassName
{
background-color: #C96715;
}
</style>
border-color css
<style>
span { border-color: #C96715; }
span { border-color: rgb(201,103,21); }
td.TdClassName
{
border-color: #C96715;
}
.TagClassName
{
border-color: #C96715;
}
</style>