Shades of Fallow #C69A74
Tints of Fallow #C69A74
RGB
CMYK
RGB Variations
Color information
#C69A74 (or 0xC69A74) is known color: Fallow. HEX triplet: C6, 9A and 74. RGB value is (198,154,116). Sum of RGB (Red+Green+Blue) = 198+154+116=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 154 (60.55% from 255 or 32.91% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C69A74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69A74 is #39658B. Grayscale: #A3A3A3. Windows color (decimal): -3761548 or 7641798. OLE color: 7641798.
HSL color Cylindrical-coordinate representation of color #C69A74: hue angle of 27.8º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C69A74 is Cyan = 0, Magento = 0.22, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 154 | 116 | - |
| CMYK | 0 | 0.22 | 0.41 | 0.22 |
| HSL | 27.8º | 0.42% | 0.62% | - |
| HSV(B) | 27.8º | 0.41% | 0.78% | - |
| XYZ | 38 | 36.38 | 21.54 | - |
| YUV | 162.82 | 101.58 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 154 | 116 | 0 | 0.22 | 0.41 | 0.22 | 27.8 | 0.42 | 0.62 |
| Hex | C6 | 9A | 74 | 0 | 16 | 29 | 16 | 1C | 2A | 3E |
| Octal | 306 | 232 | 164 | 0 | 26 | 51 | 26 | 34 | 52 | 76 |
| Binary | 11000110 | 10011010 | 1110100 | 0 | 10110 | 101001 | 10110 | 11100 | 101010 | 111110 |
Color Harmonies of #C69A74
Complementary color
Monochromatic Colors of #C69A74
Black with #C69A74
Text Example
Text Example
White with #C69A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69A74; }
p { color: rgb(198,154,116); }
H1.HeaderClassName
{
color: #C69A74;
}
.AnyTagClassName
{
color: #C69A74;
}
</style>
background-color css
<style>
a { background-color: #C69A74; }
a { background-color: rgb(198,154,116); }
div.DivClassName
{
background-color: #C69A74;
}
.BgClassName
{
background-color: #C69A74;
}
</style>
border-color css
<style>
span { border-color: #C69A74; }
span { border-color: rgb(198,154,116); }
td.TdClassName
{
border-color: #C69A74;
}
.TagClassName
{
border-color: #C69A74;
}
</style>