Shades of Chocolate #C9680E
Tints of Chocolate #C9680E
RGB
CMYK
RGB Variations
Color information
#C9680E (or 0xC9680E) is known color: Chocolate. HEX triplet: C9, 68 and 0E. RGB value is (201,104,14). Sum of RGB (Red+Green+Blue) = 201+104+14=319 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.01% from 319); Green value is 104 (41.02% from 255 or 32.60% from 319); Blue value is 14 (5.86% from 255 or 4.39% from 319); Max value from RGB is 201 - color contains mainly: red. Hex color #C9680E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9680E is #3697F1. Grayscale: #7B7B7B. Windows color (decimal): -3577842 or 944329. OLE color: 944329.
HSL color Cylindrical-coordinate representation of color #C9680E: hue angle of 28.88º 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 #C9680E is Cyan = 0, Magento = 0.48, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 14 | - |
| CMYK | 0 | 0.48 | 0.93 | 0.21 |
| HSL | 28.88º | 0.87% | 0.42% | - |
| HSV(B) | 28.88º | 0.93% | 0.79% | - |
| XYZ | 29.12 | 22.35 | 3.19 | - |
| YUV | 122.74 | 66.64 | 183.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 14 | 0 | 0.48 | 0.93 | 0.21 | 28.88 | 0.87 | 0.42 |
| Hex | C9 | 68 | E | 0 | 30 | 5D | 15 | 1D | 57 | 2A |
| Octal | 311 | 150 | 16 | 0 | 60 | 135 | 25 | 35 | 127 | 52 |
| Binary | 11001001 | 1101000 | 1110 | 0 | 110000 | 1011101 | 10101 | 11101 | 1010111 | 101010 |
Color Harmonies of #C9680E
Complementary color
Monochromatic Colors of #C9680E
Black with #C9680E
Text Example
Text Example
White with #C9680E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9680E; }
p { color: rgb(201,104,14); }
H1.HeaderClassName
{
color: #C9680E;
}
.AnyTagClassName
{
color: #C9680E;
}
</style>
background-color css
<style>
a { background-color: #C9680E; }
a { background-color: rgb(201,104,14); }
div.DivClassName
{
background-color: #C9680E;
}
.BgClassName
{
background-color: #C9680E;
}
</style>
border-color css
<style>
span { border-color: #C9680E; }
span { border-color: rgb(201,104,14); }
td.TdClassName
{
border-color: #C9680E;
}
.TagClassName
{
border-color: #C9680E;
}
</style>