Shades of Fallow #C79964
Tints of Fallow #C79964
RGB
CMYK
RGB Variations
Color information
#C79964 (or 0xC79964) is known color: Fallow. HEX triplet: C7, 99 and 64. RGB value is (199,153,100). Sum of RGB (Red+Green+Blue) = 199+153+100=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C79964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79964 is #38669B. Grayscale: #A0A0A0. Windows color (decimal): -3696284 or 6592967. OLE color: 6592967.
HSL color Cylindrical-coordinate representation of color #C79964: hue angle of 32.12º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C79964 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 100 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.22 |
| HSL | 32.12º | 0.47% | 0.59% | - |
| HSV(B) | 32.12º | 0.5% | 0.78% | - |
| XYZ | 37.24 | 35.84 | 17.01 | - |
| YUV | 160.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 100 | 0 | 0.23 | 0.50 | 0.22 | 32.12 | 0.47 | 0.59 |
| Hex | C7 | 99 | 64 | 0 | 17 | 32 | 16 | 20 | 2F | 3B |
| Octal | 307 | 231 | 144 | 0 | 27 | 62 | 26 | 40 | 57 | 73 |
| Binary | 11000111 | 10011001 | 1100100 | 0 | 10111 | 110010 | 10110 | 100000 | 101111 | 111011 |
Color Harmonies of #C79964
Complementary color
Monochromatic Colors of #C79964
Black with #C79964
Text Example
Text Example
White with #C79964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79964; }
p { color: rgb(199,153,100); }
H1.HeaderClassName
{
color: #C79964;
}
.AnyTagClassName
{
color: #C79964;
}
</style>
background-color css
<style>
a { background-color: #C79964; }
a { background-color: rgb(199,153,100); }
div.DivClassName
{
background-color: #C79964;
}
.BgClassName
{
background-color: #C79964;
}
</style>
border-color css
<style>
span { border-color: #C79964; }
span { border-color: rgb(199,153,100); }
td.TdClassName
{
border-color: #C79964;
}
.TagClassName
{
border-color: #C79964;
}
</style>