Shades of Fallow #C79463
Tints of Fallow #C79463
RGB
CMYK
RGB Variations
Color information
#C79463 (or 0xC79463) is known color: Fallow. HEX triplet: C7, 94 and 63. RGB value is (199,148,99). Sum of RGB (Red+Green+Blue) = 199+148+99=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C79463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79463 is #386B9C. Grayscale: #9D9D9D. Windows color (decimal): -3697565 or 6526151. OLE color: 6526151.
HSL color Cylindrical-coordinate representation of color #C79463: hue angle of 29.4º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C79463 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 148 | 99 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.22 |
| HSL | 29.4º | 0.47% | 0.58% | - |
| HSV(B) | 29.4º | 0.5% | 0.78% | - |
| XYZ | 36.4 | 34.22 | 16.49 | - |
| YUV | 157.66 | 94.9 | 157.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 99 | 0 | 0.26 | 0.50 | 0.22 | 29.4 | 0.47 | 0.58 |
| Hex | C7 | 94 | 63 | 0 | 1A | 32 | 16 | 1D | 2F | 3A |
| Octal | 307 | 224 | 143 | 0 | 32 | 62 | 26 | 35 | 57 | 72 |
| Binary | 11000111 | 10010100 | 1100011 | 0 | 11010 | 110010 | 10110 | 11101 | 101111 | 111010 |
Color Harmonies of #C79463
Complementary color
Monochromatic Colors of #C79463
Black with #C79463
Text Example
Text Example
White with #C79463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79463; }
p { color: rgb(199,148,99); }
H1.HeaderClassName
{
color: #C79463;
}
.AnyTagClassName
{
color: #C79463;
}
</style>
background-color css
<style>
a { background-color: #C79463; }
a { background-color: rgb(199,148,99); }
div.DivClassName
{
background-color: #C79463;
}
.BgClassName
{
background-color: #C79463;
}
</style>
border-color css
<style>
span { border-color: #C79463; }
span { border-color: rgb(199,148,99); }
td.TdClassName
{
border-color: #C79463;
}
.TagClassName
{
border-color: #C79463;
}
</style>