Shades of Chocolate #C9650E
Tints of Chocolate #C9650E
RGB
CMYK
RGB Variations
Color information
#C9650E (or 0xC9650E) is known color: Chocolate. HEX triplet: C9, 65 and 0E. RGB value is (201,101,14). Sum of RGB (Red+Green+Blue) = 201+101+14=316 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.61% from 316); Green value is 101 (39.84% from 255 or 31.96% from 316); Blue value is 14 (5.86% from 255 or 4.43% from 316); Max value from RGB is 201 - color contains mainly: red. Hex color #C9650E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9650E is #369AF1. Grayscale: #797979. Windows color (decimal): -3578610 or 943561. OLE color: 943561.
HSL color Cylindrical-coordinate representation of color #C9650E: hue angle of 27.91º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9650E is Cyan = 0, Magento = 0.50, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 14 | - |
| CMYK | 0 | 0.50 | 0.93 | 0.21 |
| HSL | 27.91º | 0.87% | 0.42% | - |
| HSV(B) | 27.91º | 0.93% | 0.79% | - |
| XYZ | 28.82 | 21.76 | 3.1 | - |
| YUV | 120.98 | 67.63 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 14 | 0 | 0.50 | 0.93 | 0.21 | 27.91 | 0.87 | 0.42 |
| Hex | C9 | 65 | E | 0 | 32 | 5D | 15 | 1C | 57 | 2A |
| Octal | 311 | 145 | 16 | 0 | 62 | 135 | 25 | 34 | 127 | 52 |
| Binary | 11001001 | 1100101 | 1110 | 0 | 110010 | 1011101 | 10101 | 11100 | 1010111 | 101010 |
Color Harmonies of #C9650E
Complementary color
Monochromatic Colors of #C9650E
Black with #C9650E
Text Example
Text Example
White with #C9650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9650E; }
p { color: rgb(201,101,14); }
H1.HeaderClassName
{
color: #C9650E;
}
.AnyTagClassName
{
color: #C9650E;
}
</style>
background-color css
<style>
a { background-color: #C9650E; }
a { background-color: rgb(201,101,14); }
div.DivClassName
{
background-color: #C9650E;
}
.BgClassName
{
background-color: #C9650E;
}
</style>
border-color css
<style>
span { border-color: #C9650E; }
span { border-color: rgb(201,101,14); }
td.TdClassName
{
border-color: #C9650E;
}
.TagClassName
{
border-color: #C9650E;
}
</style>