Shades of Fallow #C59663
Tints of Fallow #C59663
RGB
CMYK
RGB Variations
Color information
#C59663 (or 0xC59663) is known color: Fallow. HEX triplet: C5, 96 and 63. RGB value is (197,150,99). Sum of RGB (Red+Green+Blue) = 197+150+99=446 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.17% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 197 - color contains mainly: red. Hex color #C59663 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59663 is #3A699C. Grayscale: #9E9E9E. Windows color (decimal): -3828125 or 6526661. OLE color: 6526661.
HSL color Cylindrical-coordinate representation of color #C59663: hue angle of 31.22º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C59663 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 99 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.23 |
| HSL | 31.22º | 0.46% | 0.58% | - |
| HSV(B) | 31.22º | 0.5% | 0.77% | - |
| XYZ | 36.18 | 34.58 | 16.57 | - |
| YUV | 158.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 99 | 0 | 0.24 | 0.50 | 0.23 | 31.22 | 0.46 | 0.58 |
| Hex | C5 | 96 | 63 | 0 | 18 | 32 | 17 | 1F | 2E | 3A |
| Octal | 305 | 226 | 143 | 0 | 30 | 62 | 27 | 37 | 56 | 72 |
| Binary | 11000101 | 10010110 | 1100011 | 0 | 11000 | 110010 | 10111 | 11111 | 101110 | 111010 |
Color Harmonies of #C59663
Complementary color
Monochromatic Colors of #C59663
Black with #C59663
Text Example
Text Example
White with #C59663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59663; }
p { color: rgb(197,150,99); }
H1.HeaderClassName
{
color: #C59663;
}
.AnyTagClassName
{
color: #C59663;
}
</style>
background-color css
<style>
a { background-color: #C59663; }
a { background-color: rgb(197,150,99); }
div.DivClassName
{
background-color: #C59663;
}
.BgClassName
{
background-color: #C59663;
}
</style>
border-color css
<style>
span { border-color: #C59663; }
span { border-color: rgb(197,150,99); }
td.TdClassName
{
border-color: #C59663;
}
.TagClassName
{
border-color: #C59663;
}
</style>