Shades of Fallow #C39665
Tints of Fallow #C39665
RGB
CMYK
RGB Variations
Color information
#C39665 (or 0xC39665) is known color: Fallow. HEX triplet: C3, 96 and 65. RGB value is (195,150,101). Sum of RGB (Red+Green+Blue) = 195+150+101=446 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.72% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 195 - color contains mainly: red. Hex color #C39665 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39665 is #3C699A. Grayscale: #9E9E9E. Windows color (decimal): -3959195 or 6657731. OLE color: 6657731.
HSL color Cylindrical-coordinate representation of color #C39665: hue angle of 31.28º 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 #C39665 is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 150 | 101 | - |
| CMYK | 0 | 0.23 | 0.48 | 0.24 |
| HSL | 31.28º | 0.44% | 0.58% | - |
| HSV(B) | 31.28º | 0.48% | 0.76% | - |
| XYZ | 35.76 | 34.35 | 17.06 | - |
| YUV | 157.87 | 95.91 | 154.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 150 | 101 | 0 | 0.23 | 0.48 | 0.24 | 31.28 | 0.44 | 0.58 |
| Hex | C3 | 96 | 65 | 0 | 17 | 30 | 18 | 1F | 2C | 3A |
| Octal | 303 | 226 | 145 | 0 | 27 | 60 | 30 | 37 | 54 | 72 |
| Binary | 11000011 | 10010110 | 1100101 | 0 | 10111 | 110000 | 11000 | 11111 | 101100 | 111010 |
Color Harmonies of #C39665
Complementary color
Monochromatic Colors of #C39665
Black with #C39665
Text Example
Text Example
White with #C39665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39665; }
p { color: rgb(195,150,101); }
H1.HeaderClassName
{
color: #C39665;
}
.AnyTagClassName
{
color: #C39665;
}
</style>
background-color css
<style>
a { background-color: #C39665; }
a { background-color: rgb(195,150,101); }
div.DivClassName
{
background-color: #C39665;
}
.BgClassName
{
background-color: #C39665;
}
</style>
border-color css
<style>
span { border-color: #C39665; }
span { border-color: rgb(195,150,101); }
td.TdClassName
{
border-color: #C39665;
}
.TagClassName
{
border-color: #C39665;
}
</style>