Shades of Fallow #C39D61
Tints of Fallow #C39D61
RGB
CMYK
RGB Variations
Color information
#C39D61 (or 0xC39D61) is known color: Fallow. HEX triplet: C3, 9D and 61. RGB value is (195,157,97). Sum of RGB (Red+Green+Blue) = 195+157+97=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 157 (61.72% from 255 or 34.97% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D61 is #3C629E. Grayscale: #A1A1A1. Windows color (decimal): -3957407 or 6397379. OLE color: 6397379.
HSL color Cylindrical-coordinate representation of color #C39D61: hue angle of 36.73º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C39D61 is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 97 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.24 |
| HSL | 36.73º | 0.45% | 0.57% | - |
| HSV(B) | 36.73º | 0.5% | 0.76% | - |
| XYZ | 36.72 | 36.58 | 16.43 | - |
| YUV | 161.52 | 91.59 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 97 | 0 | 0.19 | 0.50 | 0.24 | 36.73 | 0.45 | 0.57 |
| Hex | C3 | 9D | 61 | 0 | 13 | 32 | 18 | 25 | 2D | 39 |
| Octal | 303 | 235 | 141 | 0 | 23 | 62 | 30 | 45 | 55 | 71 |
| Binary | 11000011 | 10011101 | 1100001 | 0 | 10011 | 110010 | 11000 | 100101 | 101101 | 111001 |
Color Harmonies of #C39D61
Complementary color
Monochromatic Colors of #C39D61
Black with #C39D61
Text Example
Text Example
White with #C39D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D61; }
p { color: rgb(195,157,97); }
H1.HeaderClassName
{
color: #C39D61;
}
.AnyTagClassName
{
color: #C39D61;
}
</style>
background-color css
<style>
a { background-color: #C39D61; }
a { background-color: rgb(195,157,97); }
div.DivClassName
{
background-color: #C39D61;
}
.BgClassName
{
background-color: #C39D61;
}
</style>
border-color css
<style>
span { border-color: #C39D61; }
span { border-color: rgb(195,157,97); }
td.TdClassName
{
border-color: #C39D61;
}
.TagClassName
{
border-color: #C39D61;
}
</style>