Shades of Fallow #C59B62
Tints of Fallow #C59B62
RGB
CMYK
RGB Variations
Color information
#C59B62 (or 0xC59B62) is known color: Fallow. HEX triplet: C5, 9B and 62. RGB value is (197,155,98). Sum of RGB (Red+Green+Blue) = 197+155+98=450 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.78% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 98 (38.67% from 255 or 21.78% from 450); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B62 is #3A649D. Grayscale: #A1A1A1. Windows color (decimal): -3826846 or 6462405. OLE color: 6462405.
HSL color Cylindrical-coordinate representation of color #C59B62: hue angle of 34.55º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C59B62 is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 98 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.23 |
| HSL | 34.55º | 0.46% | 0.58% | - |
| HSV(B) | 34.55º | 0.5% | 0.77% | - |
| XYZ | 36.95 | 36.19 | 16.59 | - |
| YUV | 161.06 | 92.41 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 98 | 0 | 0.21 | 0.50 | 0.23 | 34.55 | 0.46 | 0.58 |
| Hex | C5 | 9B | 62 | 0 | 15 | 32 | 17 | 23 | 2E | 3A |
| Octal | 305 | 233 | 142 | 0 | 25 | 62 | 27 | 43 | 56 | 72 |
| Binary | 11000101 | 10011011 | 1100010 | 0 | 10101 | 110010 | 10111 | 100011 | 101110 | 111010 |
Color Harmonies of #C59B62
Complementary color
Monochromatic Colors of #C59B62
Black with #C59B62
Text Example
Text Example
White with #C59B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B62; }
p { color: rgb(197,155,98); }
H1.HeaderClassName
{
color: #C59B62;
}
.AnyTagClassName
{
color: #C59B62;
}
</style>
background-color css
<style>
a { background-color: #C59B62; }
a { background-color: rgb(197,155,98); }
div.DivClassName
{
background-color: #C59B62;
}
.BgClassName
{
background-color: #C59B62;
}
</style>
border-color css
<style>
span { border-color: #C59B62; }
span { border-color: rgb(197,155,98); }
td.TdClassName
{
border-color: #C59B62;
}
.TagClassName
{
border-color: #C59B62;
}
</style>