Shades of Fallow #C39C65
Tints of Fallow #C39C65
RGB
CMYK
RGB Variations
Color information
#C39C65 (or 0xC39C65) is known color: Fallow. HEX triplet: C3, 9C and 65. RGB value is (195,156,101). Sum of RGB (Red+Green+Blue) = 195+156+101=452 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.14% from 452); Green value is 156 (61.33% from 255 or 34.51% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 195 - color contains mainly: red. Hex color #C39C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39C65 is #3C639A. Grayscale: #A1A1A1. Windows color (decimal): -3957659 or 6659267. OLE color: 6659267.
HSL color Cylindrical-coordinate representation of color #C39C65: hue angle of 35.11º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C39C65 is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 156 | 101 | - |
| CMYK | 0 | 0.20 | 0.48 | 0.24 |
| HSL | 35.11º | 0.44% | 0.58% | - |
| HSV(B) | 35.11º | 0.48% | 0.76% | - |
| XYZ | 36.74 | 36.32 | 17.39 | - |
| YUV | 161.39 | 93.92 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 156 | 101 | 0 | 0.20 | 0.48 | 0.24 | 35.11 | 0.44 | 0.58 |
| Hex | C3 | 9C | 65 | 0 | 14 | 30 | 18 | 23 | 2C | 3A |
| Octal | 303 | 234 | 145 | 0 | 24 | 60 | 30 | 43 | 54 | 72 |
| Binary | 11000011 | 10011100 | 1100101 | 0 | 10100 | 110000 | 11000 | 100011 | 101100 | 111010 |
Color Harmonies of #C39C65
Complementary color
Monochromatic Colors of #C39C65
Black with #C39C65
Text Example
Text Example
White with #C39C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39C65; }
p { color: rgb(195,156,101); }
H1.HeaderClassName
{
color: #C39C65;
}
.AnyTagClassName
{
color: #C39C65;
}
</style>
background-color css
<style>
a { background-color: #C39C65; }
a { background-color: rgb(195,156,101); }
div.DivClassName
{
background-color: #C39C65;
}
.BgClassName
{
background-color: #C39C65;
}
</style>
border-color css
<style>
span { border-color: #C39C65; }
span { border-color: rgb(195,156,101); }
td.TdClassName
{
border-color: #C39C65;
}
.TagClassName
{
border-color: #C39C65;
}
</style>