Shades of Chocolate #C9681F
Tints of Chocolate #C9681F
RGB
CMYK
RGB Variations
Color information
#C9681F (or 0xC9681F) is known color: Chocolate. HEX triplet: C9, 68 and 1F. RGB value is (201,104,31). Sum of RGB (Red+Green+Blue) = 201+104+31=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 104 (41.02% from 255 or 30.95% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9681F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C9681F is #3697E0. Grayscale: #7D7D7D. Windows color (decimal): -3577825 or 2058441. OLE color: 2058441.
HSL color Cylindrical-coordinate representation of color #C9681F: hue angle of 25.76º 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 #C9681F is Cyan = 0, Magento = 0.48, Yellow = 0.85 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 31 | - |
| CMYK | 0 | 0.48 | 0.85 | 0.21 |
| HSL | 25.76º | 0.73% | 0.45% | - |
| HSV(B) | 25.76º | 0.85% | 0.79% | - |
| XYZ | 29.29 | 22.42 | 4.08 | - |
| YUV | 124.68 | 75.14 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 31 | 0 | 0.48 | 0.85 | 0.21 | 25.76 | 0.73 | 0.45 |
| Hex | C9 | 68 | 1F | 0 | 30 | 55 | 15 | 1A | 49 | 2D |
| Octal | 311 | 150 | 37 | 0 | 60 | 125 | 25 | 32 | 111 | 55 |
| Binary | 11001001 | 1101000 | 11111 | 0 | 110000 | 1010101 | 10101 | 11010 | 1001001 | 101101 |
Color Harmonies of #C9681F
Complementary color
Monochromatic Colors of #C9681F
Black with #C9681F
Text Example
Text Example
White with #C9681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9681F; }
p { color: rgb(201,104,31); }
H1.HeaderClassName
{
color: #C9681F;
}
.AnyTagClassName
{
color: #C9681F;
}
</style>
background-color css
<style>
a { background-color: #C9681F; }
a { background-color: rgb(201,104,31); }
div.DivClassName
{
background-color: #C9681F;
}
.BgClassName
{
background-color: #C9681F;
}
</style>
border-color css
<style>
span { border-color: #C9681F; }
span { border-color: rgb(201,104,31); }
td.TdClassName
{
border-color: #C9681F;
}
.TagClassName
{
border-color: #C9681F;
}
</style>