Shades of Chocolate #C9621F
Tints of Chocolate #C9621F
RGB
CMYK
RGB Variations
Color information
#C9621F (or 0xC9621F) is known color: Chocolate. HEX triplet: C9, 62 and 1F. RGB value is (201,98,31). Sum of RGB (Red+Green+Blue) = 201+98+31=330 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.91% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 201 - color contains mainly: red. Hex color #C9621F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9621F is #369DE0. Grayscale: #797979. Windows color (decimal): -3579361 or 2056905. OLE color: 2056905.
HSL color Cylindrical-coordinate representation of color #C9621F: hue angle of 23.65º degrees, saturation: 0.73, 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 #C9621F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 98 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.21 |
| HSL | 23.65º | 0.73% | 0.45% | - |
| HSV(B) | 23.65º | 0.85% | 0.79% | - |
| XYZ | 28.7 | 21.25 | 3.89 | - |
| YUV | 121.16 | 77.12 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 98 | 31 | 0 | 0.51 | 0.85 | 0.21 | 23.65 | 0.73 | 0.45 |
| Hex | C9 | 62 | 1F | 0 | 33 | 55 | 15 | 18 | 49 | 2D |
| Octal | 311 | 142 | 37 | 0 | 63 | 125 | 25 | 30 | 111 | 55 |
| Binary | 11001001 | 1100010 | 11111 | 0 | 110011 | 1010101 | 10101 | 11000 | 1001001 | 101101 |
Color Harmonies of #C9621F
Complementary color
Monochromatic Colors of #C9621F
Black with #C9621F
Text Example
Text Example
White with #C9621F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9621F; }
p { color: rgb(201,98,31); }
H1.HeaderClassName
{
color: #C9621F;
}
.AnyTagClassName
{
color: #C9621F;
}
</style>
background-color css
<style>
a { background-color: #C9621F; }
a { background-color: rgb(201,98,31); }
div.DivClassName
{
background-color: #C9621F;
}
.BgClassName
{
background-color: #C9621F;
}
</style>
border-color css
<style>
span { border-color: #C9621F; }
span { border-color: rgb(201,98,31); }
td.TdClassName
{
border-color: #C9621F;
}
.TagClassName
{
border-color: #C9621F;
}
</style>