Shades of Fallow #C4906D
Tints of Fallow #C4906D
RGB
CMYK
RGB Variations
Color information
#C4906D (or 0xC4906D) is known color: Fallow. HEX triplet: C4, 90 and 6D. RGB value is (196,144,109). Sum of RGB (Red+Green+Blue) = 196+144+109=449 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.65% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 196 - color contains mainly: red. Hex color #C4906D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4906D is #3B6F92. Grayscale: #9B9B9B. Windows color (decimal): -3895187 or 7180484. OLE color: 7180484.
HSL color Cylindrical-coordinate representation of color #C4906D: hue angle of 24.14º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C4906D is Cyan = 0, Magento = 0.27, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 109 | - |
| CMYK | 0 | 0.27 | 0.44 | 0.23 |
| HSL | 24.14º | 0.42% | 0.6% | - |
| HSV(B) | 24.14º | 0.44% | 0.77% | - |
| XYZ | 35.5 | 32.79 | 18.93 | - |
| YUV | 155.56 | 101.73 | 156.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 109 | 0 | 0.27 | 0.44 | 0.23 | 24.14 | 0.42 | 0.6 |
| Hex | C4 | 90 | 6D | 0 | 1B | 2C | 17 | 18 | 2A | 3C |
| Octal | 304 | 220 | 155 | 0 | 33 | 54 | 27 | 30 | 52 | 74 |
| Binary | 11000100 | 10010000 | 1101101 | 0 | 11011 | 101100 | 10111 | 11000 | 101010 | 111100 |
Color Harmonies of #C4906D
Complementary color
Monochromatic Colors of #C4906D
Black with #C4906D
Text Example
Text Example
White with #C4906D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4906D; }
p { color: rgb(196,144,109); }
H1.HeaderClassName
{
color: #C4906D;
}
.AnyTagClassName
{
color: #C4906D;
}
</style>
background-color css
<style>
a { background-color: #C4906D; }
a { background-color: rgb(196,144,109); }
div.DivClassName
{
background-color: #C4906D;
}
.BgClassName
{
background-color: #C4906D;
}
</style>
border-color css
<style>
span { border-color: #C4906D; }
span { border-color: rgb(196,144,109); }
td.TdClassName
{
border-color: #C4906D;
}
.TagClassName
{
border-color: #C4906D;
}
</style>