Shades of Fallow #C79568
Tints of Fallow #C79568
RGB
CMYK
RGB Variations
Color information
#C79568 (or 0xC79568) is known color: Fallow. HEX triplet: C7, 95 and 68. RGB value is (199,149,104). Sum of RGB (Red+Green+Blue) = 199+149+104=452 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.03% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 199 - color contains mainly: red. Hex color #C79568 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79568 is #386A97. Grayscale: #9F9F9F. Windows color (decimal): -3697304 or 6854087. OLE color: 6854087.
HSL color Cylindrical-coordinate representation of color #C79568: hue angle of 28.42º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C79568 is Cyan = 0, Magento = 0.25, Yellow = 0.48 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 149 | 104 | - |
| CMYK | 0 | 0.25 | 0.48 | 0.22 |
| HSL | 28.42º | 0.46% | 0.59% | - |
| HSV(B) | 28.42º | 0.48% | 0.78% | - |
| XYZ | 36.8 | 34.64 | 17.84 | - |
| YUV | 158.82 | 97.07 | 156.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 104 | 0 | 0.25 | 0.48 | 0.22 | 28.42 | 0.46 | 0.59 |
| Hex | C7 | 95 | 68 | 0 | 19 | 30 | 16 | 1C | 2E | 3B |
| Octal | 307 | 225 | 150 | 0 | 31 | 60 | 26 | 34 | 56 | 73 |
| Binary | 11000111 | 10010101 | 1101000 | 0 | 11001 | 110000 | 10110 | 11100 | 101110 | 111011 |
Color Harmonies of #C79568
Complementary color
Monochromatic Colors of #C79568
Black with #C79568
Text Example
Text Example
White with #C79568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79568; }
p { color: rgb(199,149,104); }
H1.HeaderClassName
{
color: #C79568;
}
.AnyTagClassName
{
color: #C79568;
}
</style>
background-color css
<style>
a { background-color: #C79568; }
a { background-color: rgb(199,149,104); }
div.DivClassName
{
background-color: #C79568;
}
.BgClassName
{
background-color: #C79568;
}
</style>
border-color css
<style>
span { border-color: #C79568; }
span { border-color: rgb(199,149,104); }
td.TdClassName
{
border-color: #C79568;
}
.TagClassName
{
border-color: #C79568;
}
</style>