Shades of Fallow #C7996B
Tints of Fallow #C7996B
RGB
CMYK
RGB Variations
Color information
#C7996B (or 0xC7996B) is known color: Fallow. HEX triplet: C7, 99 and 6B. RGB value is (199,153,107). Sum of RGB (Red+Green+Blue) = 199+153+107=459 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.36% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 199 - color contains mainly: red. Hex color #C7996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7996B is #386694. Grayscale: #A1A1A1. Windows color (decimal): -3696277 or 7051719. OLE color: 7051719.
HSL color Cylindrical-coordinate representation of color #C7996B: hue angle of 30º 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 #C7996B is Cyan = 0, Magento = 0.23, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 153 | 107 | - |
| CMYK | 0 | 0.23 | 0.46 | 0.22 |
| HSL | 30º | 0.45% | 0.6% | - |
| HSV(B) | 30º | 0.46% | 0.78% | - |
| XYZ | 37.6 | 35.99 | 18.87 | - |
| YUV | 161.51 | 97.24 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 153 | 107 | 0 | 0.23 | 0.46 | 0.22 | 30 | 0.45 | 0.6 |
| Hex | C7 | 99 | 6B | 0 | 17 | 2E | 16 | 1E | 2D | 3C |
| Octal | 307 | 231 | 153 | 0 | 27 | 56 | 26 | 36 | 55 | 74 |
| Binary | 11000111 | 10011001 | 1101011 | 0 | 10111 | 101110 | 10110 | 11110 | 101101 | 111100 |
Color Harmonies of #C7996B
Complementary color
Monochromatic Colors of #C7996B
Black with #C7996B
Text Example
Text Example
White with #C7996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7996B; }
p { color: rgb(199,153,107); }
H1.HeaderClassName
{
color: #C7996B;
}
.AnyTagClassName
{
color: #C7996B;
}
</style>
background-color css
<style>
a { background-color: #C7996B; }
a { background-color: rgb(199,153,107); }
div.DivClassName
{
background-color: #C7996B;
}
.BgClassName
{
background-color: #C7996B;
}
</style>
border-color css
<style>
span { border-color: #C7996B; }
span { border-color: rgb(199,153,107); }
td.TdClassName
{
border-color: #C7996B;
}
.TagClassName
{
border-color: #C7996B;
}
</style>