Shades of Fallow #C79C6B
Tints of Fallow #C79C6B
RGB
CMYK
RGB Variations
Color information
#C79C6B (or 0xC79C6B) is known color: Fallow. HEX triplet: C7, 9C and 6B. RGB value is (199,156,107). Sum of RGB (Red+Green+Blue) = 199+156+107=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 107 (42.19% from 255 or 23.16% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C79C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79C6B is #386394. Grayscale: #A3A3A3. Windows color (decimal): -3695509 or 7052487. OLE color: 7052487.
HSL color Cylindrical-coordinate representation of color #C79C6B: hue angle of 31.96º 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 #C79C6B is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 156 | 107 | - |
| CMYK | 0 | 0.22 | 0.46 | 0.22 |
| HSL | 31.96º | 0.45% | 0.6% | - |
| HSV(B) | 31.96º | 0.46% | 0.78% | - |
| XYZ | 38.1 | 36.98 | 19.04 | - |
| YUV | 163.27 | 96.25 | 153.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 156 | 107 | 0 | 0.22 | 0.46 | 0.22 | 31.96 | 0.45 | 0.6 |
| Hex | C7 | 9C | 6B | 0 | 16 | 2E | 16 | 20 | 2D | 3C |
| Octal | 307 | 234 | 153 | 0 | 26 | 56 | 26 | 40 | 55 | 74 |
| Binary | 11000111 | 10011100 | 1101011 | 0 | 10110 | 101110 | 10110 | 100000 | 101101 | 111100 |
Color Harmonies of #C79C6B
Complementary color
Monochromatic Colors of #C79C6B
Black with #C79C6B
Text Example
Text Example
White with #C79C6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79C6B; }
p { color: rgb(199,156,107); }
H1.HeaderClassName
{
color: #C79C6B;
}
.AnyTagClassName
{
color: #C79C6B;
}
</style>
background-color css
<style>
a { background-color: #C79C6B; }
a { background-color: rgb(199,156,107); }
div.DivClassName
{
background-color: #C79C6B;
}
.BgClassName
{
background-color: #C79C6B;
}
</style>
border-color css
<style>
span { border-color: #C79C6B; }
span { border-color: rgb(199,156,107); }
td.TdClassName
{
border-color: #C79C6B;
}
.TagClassName
{
border-color: #C79C6B;
}
</style>