Shades of Fallow #C7996E
Tints of Fallow #C7996E
RGB
CMYK
RGB Variations
Color information
#C7996E (or 0xC7996E) is known color: Fallow. HEX triplet: C7, 99 and 6E. RGB value is (199,153,110). Sum of RGB (Red+Green+Blue) = 199+153+110=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 110 (43.36% from 255 or 23.81% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C7996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7996E is #386691. Grayscale: #A2A2A2. Windows color (decimal): -3696274 or 7248327. OLE color: 7248327.
HSL color Cylindrical-coordinate representation of color #C7996E: hue angle of 28.99º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C7996E is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 110 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.22 |
| HSL | 28.99º | 0.44% | 0.61% | - |
| HSV(B) | 28.99º | 0.45% | 0.78% | - |
| XYZ | 37.76 | 36.05 | 19.72 | - |
| YUV | 161.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 110 | 0 | 0.23 | 0.45 | 0.22 | 28.99 | 0.44 | 0.61 |
| Hex | C7 | 99 | 6E | 0 | 17 | 2D | 16 | 1D | 2C | 3D |
| Octal | 307 | 231 | 156 | 0 | 27 | 55 | 26 | 35 | 54 | 75 |
| Binary | 11000111 | 10011001 | 1101110 | 0 | 10111 | 101101 | 10110 | 11101 | 101100 | 111101 |
Color Harmonies of #C7996E
Complementary color
Monochromatic Colors of #C7996E
Black with #C7996E
Text Example
Text Example
White with #C7996E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7996E; }
p { color: rgb(199,153,110); }
H1.HeaderClassName
{
color: #C7996E;
}
.AnyTagClassName
{
color: #C7996E;
}
</style>
background-color css
<style>
a { background-color: #C7996E; }
a { background-color: rgb(199,153,110); }
div.DivClassName
{
background-color: #C7996E;
}
.BgClassName
{
background-color: #C7996E;
}
</style>
border-color css
<style>
span { border-color: #C7996E; }
span { border-color: rgb(199,153,110); }
td.TdClassName
{
border-color: #C7996E;
}
.TagClassName
{
border-color: #C7996E;
}
</style>