Shades of Fallow #C7966A
Tints of Fallow #C7966A
RGB
CMYK
RGB Variations
Color information
#C7966A (or 0xC7966A) is known color: Fallow. HEX triplet: C7, 96 and 6A. RGB value is (199,150,106). Sum of RGB (Red+Green+Blue) = 199+150+106=455 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.74% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 199 - color contains mainly: red. Hex color #C7966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7966A is #386995. Grayscale: #9F9F9F. Windows color (decimal): -3697046 or 6985415. OLE color: 6985415.
HSL color Cylindrical-coordinate representation of color #C7966A: hue angle of 28.39º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C7966A is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 150 | 106 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.22 |
| HSL | 28.39º | 0.45% | 0.6% | - |
| HSV(B) | 28.39º | 0.47% | 0.78% | - |
| XYZ | 37.06 | 35 | 18.44 | - |
| YUV | 159.64 | 97.73 | 156.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 150 | 106 | 0 | 0.25 | 0.47 | 0.22 | 28.39 | 0.45 | 0.6 |
| Hex | C7 | 96 | 6A | 0 | 19 | 2F | 16 | 1C | 2D | 3C |
| Octal | 307 | 226 | 152 | 0 | 31 | 57 | 26 | 34 | 55 | 74 |
| Binary | 11000111 | 10010110 | 1101010 | 0 | 11001 | 101111 | 10110 | 11100 | 101101 | 111100 |
Color Harmonies of #C7966A
Complementary color
Monochromatic Colors of #C7966A
Black with #C7966A
Text Example
Text Example
White with #C7966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7966A; }
p { color: rgb(199,150,106); }
H1.HeaderClassName
{
color: #C7966A;
}
.AnyTagClassName
{
color: #C7966A;
}
</style>
background-color css
<style>
a { background-color: #C7966A; }
a { background-color: rgb(199,150,106); }
div.DivClassName
{
background-color: #C7966A;
}
.BgClassName
{
background-color: #C7966A;
}
</style>
border-color css
<style>
span { border-color: #C7966A; }
span { border-color: rgb(199,150,106); }
td.TdClassName
{
border-color: #C7966A;
}
.TagClassName
{
border-color: #C7966A;
}
</style>