Shades of Chocolate #C9651E
Tints of Chocolate #C9651E
RGB
CMYK
RGB Variations
Color information
#C9651E (or 0xC9651E) is known color: Chocolate. HEX triplet: C9, 65 and 1E. RGB value is (201,101,30). Sum of RGB (Red+Green+Blue) = 201+101+30=332 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.54% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 30 (12.11% from 255 or 9.04% from 332); Max value from RGB is 201 - color contains mainly: red. Hex color #C9651E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9651E is #369AE1. Grayscale: #7B7B7B. Windows color (decimal): -3578594 or 1992137. OLE color: 1992137.
HSL color Cylindrical-coordinate representation of color #C9651E: hue angle of 24.91º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9651E is Cyan = 0, Magento = 0.50, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 101 | 30 | - |
| CMYK | 0 | 0.50 | 0.85 | 0.21 |
| HSL | 24.91º | 0.74% | 0.45% | - |
| HSV(B) | 24.91º | 0.85% | 0.79% | - |
| XYZ | 28.98 | 21.82 | 3.91 | - |
| YUV | 122.81 | 75.63 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 101 | 30 | 0 | 0.50 | 0.85 | 0.21 | 24.91 | 0.74 | 0.45 |
| Hex | C9 | 65 | 1E | 0 | 32 | 55 | 15 | 19 | 4A | 2D |
| Octal | 311 | 145 | 36 | 0 | 62 | 125 | 25 | 31 | 112 | 55 |
| Binary | 11001001 | 1100101 | 11110 | 0 | 110010 | 1010101 | 10101 | 11001 | 1001010 | 101101 |
Color Harmonies of #C9651E
Complementary color
Monochromatic Colors of #C9651E
Black with #C9651E
Text Example
Text Example
White with #C9651E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9651E; }
p { color: rgb(201,101,30); }
H1.HeaderClassName
{
color: #C9651E;
}
.AnyTagClassName
{
color: #C9651E;
}
</style>
background-color css
<style>
a { background-color: #C9651E; }
a { background-color: rgb(201,101,30); }
div.DivClassName
{
background-color: #C9651E;
}
.BgClassName
{
background-color: #C9651E;
}
</style>
border-color css
<style>
span { border-color: #C9651E; }
span { border-color: rgb(201,101,30); }
td.TdClassName
{
border-color: #C9651E;
}
.TagClassName
{
border-color: #C9651E;
}
</style>