Shades of Chocolate #C65915
Tints of Chocolate #C65915
RGB
CMYK
RGB Variations
Color information
#C65915 (or 0xC65915) is known color: Chocolate. HEX triplet: C6, 59 and 15. RGB value is (198,89,21). Sum of RGB (Red+Green+Blue) = 198+89+21=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C65915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C65915 is #39A6EA. Grayscale: #727272. Windows color (decimal): -3778283 or 1399238. OLE color: 1399238.
HSL color Cylindrical-coordinate representation of color #C65915: hue angle of 23.05º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C65915 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 21 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.22 |
| HSL | 23.05º | 0.81% | 0.43% | - |
| HSV(B) | 23.05º | 0.89% | 0.78% | - |
| XYZ | 27 | 19.2 | 2.99 | - |
| YUV | 113.84 | 75.61 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 21 | 0 | 0.55 | 0.89 | 0.22 | 23.05 | 0.81 | 0.43 |
| Hex | C6 | 59 | 15 | 0 | 37 | 59 | 16 | 17 | 51 | 2B |
| Octal | 306 | 131 | 25 | 0 | 67 | 131 | 26 | 27 | 121 | 53 |
| Binary | 11000110 | 1011001 | 10101 | 0 | 110111 | 1011001 | 10110 | 10111 | 1010001 | 101011 |
Color Harmonies of #C65915
Complementary color
Monochromatic Colors of #C65915
Black with #C65915
Text Example
Text Example
White with #C65915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65915; }
p { color: rgb(198,89,21); }
H1.HeaderClassName
{
color: #C65915;
}
.AnyTagClassName
{
color: #C65915;
}
</style>
background-color css
<style>
a { background-color: #C65915; }
a { background-color: rgb(198,89,21); }
div.DivClassName
{
background-color: #C65915;
}
.BgClassName
{
background-color: #C65915;
}
</style>
border-color css
<style>
span { border-color: #C65915; }
span { border-color: rgb(198,89,21); }
td.TdClassName
{
border-color: #C65915;
}
.TagClassName
{
border-color: #C65915;
}
</style>