Shades of Fallow #C39A6D
Tints of Fallow #C39A6D
RGB
CMYK
RGB Variations
Color information
#C39A6D (or 0xC39A6D) is known color: Fallow. HEX triplet: C3, 9A and 6D. RGB value is (195,154,109). Sum of RGB (Red+Green+Blue) = 195+154+109=458 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.58% from 458); Green value is 154 (60.55% from 255 or 33.62% from 458); Blue value is 109 (42.97% from 255 or 23.80% from 458); Max value from RGB is 195 - color contains mainly: red. Hex color #C39A6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39A6D is #3C6592. Grayscale: #A1A1A1. Windows color (decimal): -3958163 or 7183043. OLE color: 7183043.
HSL color Cylindrical-coordinate representation of color #C39A6D: hue angle of 31.4º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C39A6D is Cyan = 0, Magento = 0.21, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 154 | 109 | - |
| CMYK | 0 | 0.21 | 0.44 | 0.24 |
| HSL | 31.4º | 0.42% | 0.6% | - |
| HSV(B) | 31.4º | 0.44% | 0.76% | - |
| XYZ | 36.82 | 35.82 | 19.44 | - |
| YUV | 161.13 | 98.58 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 154 | 109 | 0 | 0.21 | 0.44 | 0.24 | 31.4 | 0.42 | 0.6 |
| Hex | C3 | 9A | 6D | 0 | 15 | 2C | 18 | 1F | 2A | 3C |
| Octal | 303 | 232 | 155 | 0 | 25 | 54 | 30 | 37 | 52 | 74 |
| Binary | 11000011 | 10011010 | 1101101 | 0 | 10101 | 101100 | 11000 | 11111 | 101010 | 111100 |
Color Harmonies of #C39A6D
Complementary color
Monochromatic Colors of #C39A6D
Black with #C39A6D
Text Example
Text Example
White with #C39A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39A6D; }
p { color: rgb(195,154,109); }
H1.HeaderClassName
{
color: #C39A6D;
}
.AnyTagClassName
{
color: #C39A6D;
}
</style>
background-color css
<style>
a { background-color: #C39A6D; }
a { background-color: rgb(195,154,109); }
div.DivClassName
{
background-color: #C39A6D;
}
.BgClassName
{
background-color: #C39A6D;
}
</style>
border-color css
<style>
span { border-color: #C39A6D; }
span { border-color: rgb(195,154,109); }
td.TdClassName
{
border-color: #C39A6D;
}
.TagClassName
{
border-color: #C39A6D;
}
</style>