Shades of Fallow #C59967
Tints of Fallow #C59967
RGB
CMYK
RGB Variations
Color information
#C59967 (or 0xC59967) is known color: Fallow. HEX triplet: C5, 99 and 67. RGB value is (197,153,103). Sum of RGB (Red+Green+Blue) = 197+153+103=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 103 (40.62% from 255 or 22.74% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C59967 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59967 is #3A6698. Grayscale: #A0A0A0. Windows color (decimal): -3827353 or 6789573. OLE color: 6789573.
HSL color Cylindrical-coordinate representation of color #C59967: hue angle of 31.91º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C59967 is Cyan = 0, Magento = 0.22, Yellow = 0.48 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 103 | - |
| CMYK | 0 | 0.22 | 0.48 | 0.23 |
| HSL | 31.91º | 0.45% | 0.59% | - |
| HSV(B) | 31.91º | 0.48% | 0.77% | - |
| XYZ | 36.87 | 35.63 | 17.77 | - |
| YUV | 160.46 | 95.58 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 103 | 0 | 0.22 | 0.48 | 0.23 | 31.91 | 0.45 | 0.59 |
| Hex | C5 | 99 | 67 | 0 | 16 | 30 | 17 | 20 | 2D | 3B |
| Octal | 305 | 231 | 147 | 0 | 26 | 60 | 27 | 40 | 55 | 73 |
| Binary | 11000101 | 10011001 | 1100111 | 0 | 10110 | 110000 | 10111 | 100000 | 101101 | 111011 |
Color Harmonies of #C59967
Complementary color
Monochromatic Colors of #C59967
Black with #C59967
Text Example
Text Example
White with #C59967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59967; }
p { color: rgb(197,153,103); }
H1.HeaderClassName
{
color: #C59967;
}
.AnyTagClassName
{
color: #C59967;
}
</style>
background-color css
<style>
a { background-color: #C59967; }
a { background-color: rgb(197,153,103); }
div.DivClassName
{
background-color: #C59967;
}
.BgClassName
{
background-color: #C59967;
}
</style>
border-color css
<style>
span { border-color: #C59967; }
span { border-color: rgb(197,153,103); }
td.TdClassName
{
border-color: #C59967;
}
.TagClassName
{
border-color: #C59967;
}
</style>