Shades of Fallow #C79D74
Tints of Fallow #C79D74
RGB
CMYK
RGB Variations
Color information
#C79D74 (or 0xC79D74) is known color: Fallow. HEX triplet: C7, 9D and 74. RGB value is (199,157,116). Sum of RGB (Red+Green+Blue) = 199+157+116=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79D74 is #38628B. Grayscale: #A5A5A5. Windows color (decimal): -3695244 or 7642567. OLE color: 7642567.
HSL color Cylindrical-coordinate representation of color #C79D74: hue angle of 29.64º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C79D74 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 116 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.22 |
| HSL | 29.64º | 0.43% | 0.62% | - |
| HSV(B) | 29.64º | 0.42% | 0.78% | - |
| XYZ | 38.76 | 37.52 | 21.72 | - |
| YUV | 164.88 | 100.41 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 116 | 0 | 0.21 | 0.42 | 0.22 | 29.64 | 0.43 | 0.62 |
| Hex | C7 | 9D | 74 | 0 | 15 | 2A | 16 | 1E | 2B | 3E |
| Octal | 307 | 235 | 164 | 0 | 25 | 52 | 26 | 36 | 53 | 76 |
| Binary | 11000111 | 10011101 | 1110100 | 0 | 10101 | 101010 | 10110 | 11110 | 101011 | 111110 |
Color Harmonies of #C79D74
Complementary color
Monochromatic Colors of #C79D74
Black with #C79D74
Text Example
Text Example
White with #C79D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D74; }
p { color: rgb(199,157,116); }
H1.HeaderClassName
{
color: #C79D74;
}
.AnyTagClassName
{
color: #C79D74;
}
</style>
background-color css
<style>
a { background-color: #C79D74; }
a { background-color: rgb(199,157,116); }
div.DivClassName
{
background-color: #C79D74;
}
.BgClassName
{
background-color: #C79D74;
}
</style>
border-color css
<style>
span { border-color: #C79D74; }
span { border-color: rgb(199,157,116); }
td.TdClassName
{
border-color: #C79D74;
}
.TagClassName
{
border-color: #C79D74;
}
</style>