Shades of Chocolate #C9680C
Tints of Chocolate #C9680C
RGB
CMYK
RGB Variations
Color information
#C9680C (or 0xC9680C) is known color: Chocolate. HEX triplet: C9, 68 and 0C. RGB value is (201,104,12). Sum of RGB (Red+Green+Blue) = 201+104+12=317 (41% of max value = 765). Red value is 201 (78.91% from 255 or 63.41% from 317); Green value is 104 (41.02% from 255 or 32.81% from 317); Blue value is 12 (5.08% from 255 or 3.79% from 317); Max value from RGB is 201 - color contains mainly: red. Hex color #C9680C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9680C is #3697F3. Grayscale: #7A7A7A. Windows color (decimal): -3577844 or 813257. OLE color: 813257.
HSL color Cylindrical-coordinate representation of color #C9680C: hue angle of 29.21º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9680C is Cyan = 0, Magento = 0.48, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 104 | 12 | - |
| CMYK | 0 | 0.48 | 0.94 | 0.21 |
| HSL | 29.21º | 0.89% | 0.42% | - |
| HSV(B) | 29.21º | 0.94% | 0.79% | - |
| XYZ | 29.1 | 22.34 | 3.13 | - |
| YUV | 122.52 | 65.64 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 104 | 12 | 0 | 0.48 | 0.94 | 0.21 | 29.21 | 0.89 | 0.42 |
| Hex | C9 | 68 | C | 0 | 30 | 5E | 15 | 1D | 59 | 2A |
| Octal | 311 | 150 | 14 | 0 | 60 | 136 | 25 | 35 | 131 | 52 |
| Binary | 11001001 | 1101000 | 1100 | 0 | 110000 | 1011110 | 10101 | 11101 | 1011001 | 101010 |
Color Harmonies of #C9680C
Complementary color
Monochromatic Colors of #C9680C
Black with #C9680C
Text Example
Text Example
White with #C9680C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9680C; }
p { color: rgb(201,104,12); }
H1.HeaderClassName
{
color: #C9680C;
}
.AnyTagClassName
{
color: #C9680C;
}
</style>
background-color css
<style>
a { background-color: #C9680C; }
a { background-color: rgb(201,104,12); }
div.DivClassName
{
background-color: #C9680C;
}
.BgClassName
{
background-color: #C9680C;
}
</style>
border-color css
<style>
span { border-color: #C9680C; }
span { border-color: rgb(201,104,12); }
td.TdClassName
{
border-color: #C9680C;
}
.TagClassName
{
border-color: #C9680C;
}
</style>