Shades of Fallow #C79666
Tints of Fallow #C79666
RGB
CMYK
RGB Variations
Color information
#C79666 (or 0xC79666) is known color: Fallow. HEX triplet: C7, 96 and 66. RGB value is (199,150,102). Sum of RGB (Red+Green+Blue) = 199+150+102=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 102 (40.23% from 255 or 22.62% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C79666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79666 is #386999. Grayscale: #9F9F9F. Windows color (decimal): -3697050 or 6723271. OLE color: 6723271.
HSL color Cylindrical-coordinate representation of color #C79666: hue angle of 29.69º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C79666 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 102 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.22 |
| HSL | 29.69º | 0.46% | 0.59% | - |
| HSV(B) | 29.69º | 0.49% | 0.78% | - |
| XYZ | 36.86 | 34.91 | 17.37 | - |
| YUV | 159.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 102 | 0 | 0.25 | 0.49 | 0.22 | 29.69 | 0.46 | 0.59 |
| Hex | C7 | 96 | 66 | 0 | 19 | 31 | 16 | 1E | 2E | 3B |
| Octal | 307 | 226 | 146 | 0 | 31 | 61 | 26 | 36 | 56 | 73 |
| Binary | 11000111 | 10010110 | 1100110 | 0 | 11001 | 110001 | 10110 | 11110 | 101110 | 111011 |
Color Harmonies of #C79666
Complementary color
Monochromatic Colors of #C79666
Black with #C79666
Text Example
Text Example
White with #C79666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79666; }
p { color: rgb(199,150,102); }
H1.HeaderClassName
{
color: #C79666;
}
.AnyTagClassName
{
color: #C79666;
}
</style>
background-color css
<style>
a { background-color: #C79666; }
a { background-color: rgb(199,150,102); }
div.DivClassName
{
background-color: #C79666;
}
.BgClassName
{
background-color: #C79666;
}
</style>
border-color css
<style>
span { border-color: #C79666; }
span { border-color: rgb(199,150,102); }
td.TdClassName
{
border-color: #C79666;
}
.TagClassName
{
border-color: #C79666;
}
</style>