Shades of Chocolate #C9631F
Tints of Chocolate #C9631F
RGB
CMYK
RGB Variations
Color information
#C9631F (or 0xC9631F) is known color: Chocolate. HEX triplet: C9, 63 and 1F. RGB value is (201,99,31). Sum of RGB (Red+Green+Blue) = 201+99+31=331 (43% of max value = 765). Red value is 201 (78.91% from 255 or 60.73% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 201 - color contains mainly: red. Hex color #C9631F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9631F is #369CE0. Grayscale: #7A7A7A. Windows color (decimal): -3579105 or 2057161. OLE color: 2057161.
HSL color Cylindrical-coordinate representation of color #C9631F: hue angle of 24º 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 #C9631F is Cyan = 0, Magento = 0.51, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 99 | 31 | - |
| CMYK | 0 | 0.51 | 0.85 | 0.21 |
| HSL | 24º | 0.73% | 0.45% | - |
| HSV(B) | 24º | 0.85% | 0.79% | - |
| XYZ | 28.8 | 21.44 | 3.92 | - |
| YUV | 121.75 | 76.79 | 184.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 99 | 31 | 0 | 0.51 | 0.85 | 0.21 | 24 | 0.73 | 0.45 |
| Hex | C9 | 63 | 1F | 0 | 33 | 55 | 15 | 18 | 49 | 2D |
| Octal | 311 | 143 | 37 | 0 | 63 | 125 | 25 | 30 | 111 | 55 |
| Binary | 11001001 | 1100011 | 11111 | 0 | 110011 | 1010101 | 10101 | 11000 | 1001001 | 101101 |
Color Harmonies of #C9631F
Complementary color
Monochromatic Colors of #C9631F
Black with #C9631F
Text Example
Text Example
White with #C9631F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9631F; }
p { color: rgb(201,99,31); }
H1.HeaderClassName
{
color: #C9631F;
}
.AnyTagClassName
{
color: #C9631F;
}
</style>
background-color css
<style>
a { background-color: #C9631F; }
a { background-color: rgb(201,99,31); }
div.DivClassName
{
background-color: #C9631F;
}
.BgClassName
{
background-color: #C9631F;
}
</style>
border-color css
<style>
span { border-color: #C9631F; }
span { border-color: rgb(201,99,31); }
td.TdClassName
{
border-color: #C9631F;
}
.TagClassName
{
border-color: #C9631F;
}
</style>