Shades of Fallow #C69E76
Tints of Fallow #C69E76
RGB
CMYK
RGB Variations
Color information
#C69E76 (or 0xC69E76) is known color: Fallow. HEX triplet: C6, 9E and 76. RGB value is (198,158,118). Sum of RGB (Red+Green+Blue) = 198+158+118=474 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.77% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 198 - color contains mainly: red. Hex color #C69E76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69E76 is #396189. Grayscale: #A5A5A5. Windows color (decimal): -3760522 or 7773894. OLE color: 7773894.
HSL color Cylindrical-coordinate representation of color #C69E76: hue angle of 30º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C69E76 is Cyan = 0, Magento = 0.20, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 158 | 118 | - |
| CMYK | 0 | 0.20 | 0.40 | 0.22 |
| HSL | 30º | 0.41% | 0.62% | - |
| HSV(B) | 30º | 0.4% | 0.78% | - |
| XYZ | 38.79 | 37.77 | 22.39 | - |
| YUV | 165.4 | 101.25 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 158 | 118 | 0 | 0.20 | 0.40 | 0.22 | 30 | 0.41 | 0.62 |
| Hex | C6 | 9E | 76 | 0 | 14 | 28 | 16 | 1E | 29 | 3E |
| Octal | 306 | 236 | 166 | 0 | 24 | 50 | 26 | 36 | 51 | 76 |
| Binary | 11000110 | 10011110 | 1110110 | 0 | 10100 | 101000 | 10110 | 11110 | 101001 | 111110 |
Color Harmonies of #C69E76
Complementary color
Monochromatic Colors of #C69E76
Black with #C69E76
Text Example
Text Example
White with #C69E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69E76; }
p { color: rgb(198,158,118); }
H1.HeaderClassName
{
color: #C69E76;
}
.AnyTagClassName
{
color: #C69E76;
}
</style>
background-color css
<style>
a { background-color: #C69E76; }
a { background-color: rgb(198,158,118); }
div.DivClassName
{
background-color: #C69E76;
}
.BgClassName
{
background-color: #C69E76;
}
</style>
border-color css
<style>
span { border-color: #C69E76; }
span { border-color: rgb(198,158,118); }
td.TdClassName
{
border-color: #C69E76;
}
.TagClassName
{
border-color: #C69E76;
}
</style>