Shades of Fallow #C4966D
Tints of Fallow #C4966D
RGB
CMYK
RGB Variations
Color information
#C4966D (or 0xC4966D) is known color: Fallow. HEX triplet: C4, 96 and 6D. RGB value is (196,150,109). Sum of RGB (Red+Green+Blue) = 196+150+109=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 150 (58.98% from 255 or 32.97% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C4966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4966D is #3B6992. Grayscale: #9F9F9F. Windows color (decimal): -3893651 or 7182020. OLE color: 7182020.
HSL color Cylindrical-coordinate representation of color #C4966D: hue angle of 28.28º 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 #C4966D is Cyan = 0, Magento = 0.23, Yellow = 0.44 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 109 | - |
| CMYK | 0 | 0.23 | 0.44 | 0.23 |
| HSL | 28.28º | 0.42% | 0.6% | - |
| HSV(B) | 28.28º | 0.44% | 0.77% | - |
| XYZ | 36.43 | 34.65 | 19.24 | - |
| YUV | 159.08 | 99.74 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 109 | 0 | 0.23 | 0.44 | 0.23 | 28.28 | 0.42 | 0.6 |
| Hex | C4 | 96 | 6D | 0 | 17 | 2C | 17 | 1C | 2A | 3C |
| Octal | 304 | 226 | 155 | 0 | 27 | 54 | 27 | 34 | 52 | 74 |
| Binary | 11000100 | 10010110 | 1101101 | 0 | 10111 | 101100 | 10111 | 11100 | 101010 | 111100 |
Color Harmonies of #C4966D
Complementary color
Monochromatic Colors of #C4966D
Black with #C4966D
Text Example
Text Example
White with #C4966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4966D; }
p { color: rgb(196,150,109); }
H1.HeaderClassName
{
color: #C4966D;
}
.AnyTagClassName
{
color: #C4966D;
}
</style>
background-color css
<style>
a { background-color: #C4966D; }
a { background-color: rgb(196,150,109); }
div.DivClassName
{
background-color: #C4966D;
}
.BgClassName
{
background-color: #C4966D;
}
</style>
border-color css
<style>
span { border-color: #C4966D; }
span { border-color: rgb(196,150,109); }
td.TdClassName
{
border-color: #C4966D;
}
.TagClassName
{
border-color: #C4966D;
}
</style>