Shades of Chocolate #C5660F
Tints of Chocolate #C5660F
RGB
CMYK
RGB Variations
Color information
#C5660F (or 0xC5660F) is known color: Chocolate. HEX triplet: C5, 66 and 0F. RGB value is (197,102,15). Sum of RGB (Red+Green+Blue) = 197+102+15=314 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.74% from 314); Green value is 102 (40.23% from 255 or 32.48% from 314); Blue value is 15 (6.25% from 255 or 4.78% from 314); Max value from RGB is 197 - color contains mainly: red. Hex color #C5660F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C5660F is #3A99F0. Grayscale: #787878. Windows color (decimal): -3840497 or 1009349. OLE color: 1009349.
HSL color Cylindrical-coordinate representation of color #C5660F: hue angle of 28.68º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5660F is Cyan = 0, Magento = 0.48, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 102 | 15 | - |
| CMYK | 0 | 0.48 | 0.92 | 0.23 |
| HSL | 28.68º | 0.86% | 0.42% | - |
| HSV(B) | 28.68º | 0.92% | 0.77% | - |
| XYZ | 27.86 | 21.41 | 3.12 | - |
| YUV | 120.49 | 68.47 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 102 | 15 | 0 | 0.48 | 0.92 | 0.23 | 28.68 | 0.86 | 0.42 |
| Hex | C5 | 66 | F | 0 | 30 | 5C | 17 | 1D | 56 | 2A |
| Octal | 305 | 146 | 17 | 0 | 60 | 134 | 27 | 35 | 126 | 52 |
| Binary | 11000101 | 1100110 | 1111 | 0 | 110000 | 1011100 | 10111 | 11101 | 1010110 | 101010 |
Color Harmonies of #C5660F
Complementary color
Monochromatic Colors of #C5660F
Black with #C5660F
Text Example
Text Example
White with #C5660F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5660F; }
p { color: rgb(197,102,15); }
H1.HeaderClassName
{
color: #C5660F;
}
.AnyTagClassName
{
color: #C5660F;
}
</style>
background-color css
<style>
a { background-color: #C5660F; }
a { background-color: rgb(197,102,15); }
div.DivClassName
{
background-color: #C5660F;
}
.BgClassName
{
background-color: #C5660F;
}
</style>
border-color css
<style>
span { border-color: #C5660F; }
span { border-color: rgb(197,102,15); }
td.TdClassName
{
border-color: #C5660F;
}
.TagClassName
{
border-color: #C5660F;
}
</style>