Shades of Fallow #C59764
Tints of Fallow #C59764
RGB
CMYK
RGB Variations
Color information
#C59764 (or 0xC59764) is known color: Fallow. HEX triplet: C5, 97 and 64. RGB value is (197,151,100). Sum of RGB (Red+Green+Blue) = 197+151+100=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 100 (39.45% from 255 or 22.32% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C59764 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59764 is #3A689B. Grayscale: #9F9F9F. Windows color (decimal): -3827868 or 6592453. OLE color: 6592453.
HSL color Cylindrical-coordinate representation of color #C59764: hue angle of 31.55º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C59764 is Cyan = 0, Magento = 0.23, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 100 | - |
| CMYK | 0 | 0.23 | 0.49 | 0.23 |
| HSL | 31.55º | 0.46% | 0.58% | - |
| HSV(B) | 31.55º | 0.49% | 0.77% | - |
| XYZ | 36.39 | 34.92 | 16.88 | - |
| YUV | 158.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 100 | 0 | 0.23 | 0.49 | 0.23 | 31.55 | 0.46 | 0.58 |
| Hex | C5 | 97 | 64 | 0 | 17 | 31 | 17 | 20 | 2E | 3A |
| Octal | 305 | 227 | 144 | 0 | 27 | 61 | 27 | 40 | 56 | 72 |
| Binary | 11000101 | 10010111 | 1100100 | 0 | 10111 | 110001 | 10111 | 100000 | 101110 | 111010 |
Color Harmonies of #C59764
Complementary color
Monochromatic Colors of #C59764
Black with #C59764
Text Example
Text Example
White with #C59764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59764; }
p { color: rgb(197,151,100); }
H1.HeaderClassName
{
color: #C59764;
}
.AnyTagClassName
{
color: #C59764;
}
</style>
background-color css
<style>
a { background-color: #C59764; }
a { background-color: rgb(197,151,100); }
div.DivClassName
{
background-color: #C59764;
}
.BgClassName
{
background-color: #C59764;
}
</style>
border-color css
<style>
span { border-color: #C59764; }
span { border-color: rgb(197,151,100); }
td.TdClassName
{
border-color: #C59764;
}
.TagClassName
{
border-color: #C59764;
}
</style>