Shades of Fallow #C6A46A
Tints of Fallow #C6A46A
RGB
CMYK
RGB Variations
Color information
#C6A46A (or 0xC6A46A) is known color: Fallow. HEX triplet: C6, A4 and 6A. RGB value is (198,164,106). Sum of RGB (Red+Green+Blue) = 198+164+106=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 106 (41.80% from 255 or 22.65% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A46A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A46A is #395B95. Grayscale: #A7A7A7. Windows color (decimal): -3758998 or 6988998. OLE color: 6988998.
HSL color Cylindrical-coordinate representation of color #C6A46A: hue angle of 37.83º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6A46A is Cyan = 0, Magento = 0.17, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 164 | 106 | - |
| CMYK | 0 | 0.17 | 0.46 | 0.22 |
| HSL | 37.83º | 0.45% | 0.6% | - |
| HSV(B) | 37.83º | 0.46% | 0.78% | - |
| XYZ | 39.17 | 39.6 | 19.21 | - |
| YUV | 167.55 | 93.26 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 164 | 106 | 0 | 0.17 | 0.46 | 0.22 | 37.83 | 0.45 | 0.6 |
| Hex | C6 | A4 | 6A | 0 | 11 | 2E | 16 | 26 | 2D | 3C |
| Octal | 306 | 244 | 152 | 0 | 21 | 56 | 26 | 46 | 55 | 74 |
| Binary | 11000110 | 10100100 | 1101010 | 0 | 10001 | 101110 | 10110 | 100110 | 101101 | 111100 |
Color Harmonies of #C6A46A
Complementary color
Monochromatic Colors of #C6A46A
Black with #C6A46A
Text Example
Text Example
White with #C6A46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A46A; }
p { color: rgb(198,164,106); }
H1.HeaderClassName
{
color: #C6A46A;
}
.AnyTagClassName
{
color: #C6A46A;
}
</style>
background-color css
<style>
a { background-color: #C6A46A; }
a { background-color: rgb(198,164,106); }
div.DivClassName
{
background-color: #C6A46A;
}
.BgClassName
{
background-color: #C6A46A;
}
</style>
border-color css
<style>
span { border-color: #C6A46A; }
span { border-color: rgb(198,164,106); }
td.TdClassName
{
border-color: #C6A46A;
}
.TagClassName
{
border-color: #C6A46A;
}
</style>