Shades of Chocolate #C9660F
Tints of Chocolate #C9660F
RGB
CMYK
RGB Variations
Color information
#C9660F (or 0xC9660F) is known color: Chocolate. HEX triplet: C9, 66 and 0F. RGB value is (201,102,15). Sum of RGB (Red+Green+Blue) = 201+102+15=318 (42% of max value = 765). Red value is 201 (78.91% from 255 or 63.21% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 201 - color contains mainly: red. Hex color #C9660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9660F is #3699F0. Grayscale: #7A7A7A. Windows color (decimal): -3578353 or 1009353. OLE color: 1009353.
HSL color Cylindrical-coordinate representation of color #C9660F: hue angle of 28.06º degrees, saturation: 0.86, 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 #C9660F is Cyan = 0, Magento = 0.49, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 102 | 15 | - |
| CMYK | 0 | 0.49 | 0.93 | 0.21 |
| HSL | 28.06º | 0.86% | 0.42% | - |
| HSV(B) | 28.06º | 0.93% | 0.79% | - |
| XYZ | 28.92 | 21.95 | 3.17 | - |
| YUV | 121.68 | 67.8 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 102 | 15 | 0 | 0.49 | 0.93 | 0.21 | 28.06 | 0.86 | 0.42 |
| Hex | C9 | 66 | F | 0 | 31 | 5D | 15 | 1C | 56 | 2A |
| Octal | 311 | 146 | 17 | 0 | 61 | 135 | 25 | 34 | 126 | 52 |
| Binary | 11001001 | 1100110 | 1111 | 0 | 110001 | 1011101 | 10101 | 11100 | 1010110 | 101010 |
Color Harmonies of #C9660F
Complementary color
Monochromatic Colors of #C9660F
Black with #C9660F
Text Example
Text Example
White with #C9660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9660F; }
p { color: rgb(201,102,15); }
H1.HeaderClassName
{
color: #C9660F;
}
.AnyTagClassName
{
color: #C9660F;
}
</style>
background-color css
<style>
a { background-color: #C9660F; }
a { background-color: rgb(201,102,15); }
div.DivClassName
{
background-color: #C9660F;
}
.BgClassName
{
background-color: #C9660F;
}
</style>
border-color css
<style>
span { border-color: #C9660F; }
span { border-color: rgb(201,102,15); }
td.TdClassName
{
border-color: #C9660F;
}
.TagClassName
{
border-color: #C9660F;
}
</style>