Shades of Fallow #C69464
Tints of Fallow #C69464
RGB
CMYK
RGB Variations
Color information
#C69464 (or 0xC69464) is known color: Fallow. HEX triplet: C6, 94 and 64. RGB value is (198,148,100). Sum of RGB (Red+Green+Blue) = 198+148+100=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 100 (39.45% from 255 or 22.42% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C69464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69464 is #396B9B. Grayscale: #9D9D9D. Windows color (decimal): -3763100 or 6591686. OLE color: 6591686.
HSL color Cylindrical-coordinate representation of color #C69464: hue angle of 29.39º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C69464 is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 148 | 100 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.22 |
| HSL | 29.39º | 0.46% | 0.58% | - |
| HSV(B) | 29.39º | 0.49% | 0.78% | - |
| XYZ | 36.18 | 34.11 | 16.73 | - |
| YUV | 157.48 | 95.57 | 156.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 148 | 100 | 0 | 0.25 | 0.49 | 0.22 | 29.39 | 0.46 | 0.58 |
| Hex | C6 | 94 | 64 | 0 | 19 | 31 | 16 | 1D | 2E | 3A |
| Octal | 306 | 224 | 144 | 0 | 31 | 61 | 26 | 35 | 56 | 72 |
| Binary | 11000110 | 10010100 | 1100100 | 0 | 11001 | 110001 | 10110 | 11101 | 101110 | 111010 |
Color Harmonies of #C69464
Complementary color
Monochromatic Colors of #C69464
Black with #C69464
Text Example
Text Example
White with #C69464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69464; }
p { color: rgb(198,148,100); }
H1.HeaderClassName
{
color: #C69464;
}
.AnyTagClassName
{
color: #C69464;
}
</style>
background-color css
<style>
a { background-color: #C69464; }
a { background-color: rgb(198,148,100); }
div.DivClassName
{
background-color: #C69464;
}
.BgClassName
{
background-color: #C69464;
}
</style>
border-color css
<style>
span { border-color: #C69464; }
span { border-color: rgb(198,148,100); }
td.TdClassName
{
border-color: #C69464;
}
.TagClassName
{
border-color: #C69464;
}
</style>