Shades of Fallow #C7966B
Tints of Fallow #C7966B
RGB
CMYK
RGB Variations
Color information
#C7966B (or 0xC7966B) is known color: Fallow. HEX triplet: C7, 96 and 6B. RGB value is (199,150,107). Sum of RGB (Red+Green+Blue) = 199+150+107=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C7966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7966B is #386994. Grayscale: #9F9F9F. Windows color (decimal): -3697045 or 7050951. OLE color: 7050951.
HSL color Cylindrical-coordinate representation of color #C7966B: hue angle of 28.04º 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 #C7966B is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 107 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.22 |
| HSL | 28.04º | 0.45% | 0.6% | - |
| HSV(B) | 28.04º | 0.46% | 0.78% | - |
| XYZ | 37.11 | 35.02 | 18.71 | - |
| YUV | 159.75 | 98.23 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 107 | 0 | 0.25 | 0.46 | 0.22 | 28.04 | 0.45 | 0.6 |
| Hex | C7 | 96 | 6B | 0 | 19 | 2E | 16 | 1C | 2D | 3C |
| Octal | 307 | 226 | 153 | 0 | 31 | 56 | 26 | 34 | 55 | 74 |
| Binary | 11000111 | 10010110 | 1101011 | 0 | 11001 | 101110 | 10110 | 11100 | 101101 | 111100 |
Color Harmonies of #C7966B
Complementary color
Monochromatic Colors of #C7966B
Black with #C7966B
Text Example
Text Example
White with #C7966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7966B; }
p { color: rgb(199,150,107); }
H1.HeaderClassName
{
color: #C7966B;
}
.AnyTagClassName
{
color: #C7966B;
}
</style>
background-color css
<style>
a { background-color: #C7966B; }
a { background-color: rgb(199,150,107); }
div.DivClassName
{
background-color: #C7966B;
}
.BgClassName
{
background-color: #C7966B;
}
</style>
border-color css
<style>
span { border-color: #C7966B; }
span { border-color: rgb(199,150,107); }
td.TdClassName
{
border-color: #C7966B;
}
.TagClassName
{
border-color: #C7966B;
}
</style>