Shades of Fallow #C79D6E
Tints of Fallow #C79D6E
RGB
CMYK
RGB Variations
Color information
#C79D6E (or 0xC79D6E) is known color: Fallow. HEX triplet: C7, 9D and 6E. RGB value is (199,157,110). Sum of RGB (Red+Green+Blue) = 199+157+110=466 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.70% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 110 (43.36% from 255 or 23.61% from 466); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79D6E is #386291. Grayscale: #A4A4A4. Windows color (decimal): -3695250 or 7249351. OLE color: 7249351.
HSL color Cylindrical-coordinate representation of color #C79D6E: hue angle of 31.69º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C79D6E is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 110 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.22 |
| HSL | 31.69º | 0.44% | 0.61% | - |
| HSV(B) | 31.69º | 0.45% | 0.78% | - |
| XYZ | 38.42 | 37.38 | 19.94 | - |
| YUV | 164.2 | 97.41 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 110 | 0 | 0.21 | 0.45 | 0.22 | 31.69 | 0.44 | 0.61 |
| Hex | C7 | 9D | 6E | 0 | 15 | 2D | 16 | 20 | 2C | 3D |
| Octal | 307 | 235 | 156 | 0 | 25 | 55 | 26 | 40 | 54 | 75 |
| Binary | 11000111 | 10011101 | 1101110 | 0 | 10101 | 101101 | 10110 | 100000 | 101100 | 111101 |
Color Harmonies of #C79D6E
Complementary color
Monochromatic Colors of #C79D6E
Black with #C79D6E
Text Example
Text Example
White with #C79D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D6E; }
p { color: rgb(199,157,110); }
H1.HeaderClassName
{
color: #C79D6E;
}
.AnyTagClassName
{
color: #C79D6E;
}
</style>
background-color css
<style>
a { background-color: #C79D6E; }
a { background-color: rgb(199,157,110); }
div.DivClassName
{
background-color: #C79D6E;
}
.BgClassName
{
background-color: #C79D6E;
}
</style>
border-color css
<style>
span { border-color: #C79D6E; }
span { border-color: rgb(199,157,110); }
td.TdClassName
{
border-color: #C79D6E;
}
.TagClassName
{
border-color: #C79D6E;
}
</style>