Shades of Fallow #C79D6B
Tints of Fallow #C79D6B
RGB
CMYK
RGB Variations
Color information
#C79D6B (or 0xC79D6B) is known color: Fallow. HEX triplet: C7, 9D and 6B. RGB value is (199,157,107). Sum of RGB (Red+Green+Blue) = 199+157+107=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C79D6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79D6B is #386294. Grayscale: #A4A4A4. Windows color (decimal): -3695253 or 7052743. OLE color: 7052743.
HSL color Cylindrical-coordinate representation of color #C79D6B: hue angle of 32.61º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C79D6B is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 157 | 107 | - |
| CMYK | 0 | 0.21 | 0.46 | 0.22 |
| HSL | 32.61º | 0.45% | 0.6% | - |
| HSV(B) | 32.61º | 0.46% | 0.78% | - |
| XYZ | 38.26 | 37.32 | 19.1 | - |
| YUV | 163.86 | 95.91 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 157 | 107 | 0 | 0.21 | 0.46 | 0.22 | 32.61 | 0.45 | 0.6 |
| Hex | C7 | 9D | 6B | 0 | 15 | 2E | 16 | 21 | 2D | 3C |
| Octal | 307 | 235 | 153 | 0 | 25 | 56 | 26 | 41 | 55 | 74 |
| Binary | 11000111 | 10011101 | 1101011 | 0 | 10101 | 101110 | 10110 | 100001 | 101101 | 111100 |
Color Harmonies of #C79D6B
Complementary color
Monochromatic Colors of #C79D6B
Black with #C79D6B
Text Example
Text Example
White with #C79D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79D6B; }
p { color: rgb(199,157,107); }
H1.HeaderClassName
{
color: #C79D6B;
}
.AnyTagClassName
{
color: #C79D6B;
}
</style>
background-color css
<style>
a { background-color: #C79D6B; }
a { background-color: rgb(199,157,107); }
div.DivClassName
{
background-color: #C79D6B;
}
.BgClassName
{
background-color: #C79D6B;
}
</style>
border-color css
<style>
span { border-color: #C79D6B; }
span { border-color: rgb(199,157,107); }
td.TdClassName
{
border-color: #C79D6B;
}
.TagClassName
{
border-color: #C79D6B;
}
</style>