Shades of Fallow #C6A36A
Tints of Fallow #C6A36A
RGB
CMYK
RGB Variations
Color information
#C6A36A (or 0xC6A36A) is known color: Fallow. HEX triplet: C6, A3 and 6A. RGB value is (198,163,106). Sum of RGB (Red+Green+Blue) = 198+163+106=467 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.40% from 467); Green value is 163 (64.06% from 255 or 34.90% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A36A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A36A is #395C95. Grayscale: #A7A7A7. Windows color (decimal): -3759254 or 6988742. OLE color: 6988742.
HSL color Cylindrical-coordinate representation of color #C6A36A: hue angle of 37.17º 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 #C6A36A is Cyan = 0, Magento = 0.18, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 163 | 106 | - |
| CMYK | 0 | 0.18 | 0.46 | 0.22 |
| HSL | 37.17º | 0.45% | 0.6% | - |
| HSV(B) | 37.17º | 0.46% | 0.78% | - |
| XYZ | 38.99 | 39.24 | 19.16 | - |
| YUV | 166.97 | 93.6 | 150.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 163 | 106 | 0 | 0.18 | 0.46 | 0.22 | 37.17 | 0.45 | 0.6 |
| Hex | C6 | A3 | 6A | 0 | 12 | 2E | 16 | 25 | 2D | 3C |
| Octal | 306 | 243 | 152 | 0 | 22 | 56 | 26 | 45 | 55 | 74 |
| Binary | 11000110 | 10100011 | 1101010 | 0 | 10010 | 101110 | 10110 | 100101 | 101101 | 111100 |
Color Harmonies of #C6A36A
Complementary color
Monochromatic Colors of #C6A36A
Black with #C6A36A
Text Example
Text Example
White with #C6A36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A36A; }
p { color: rgb(198,163,106); }
H1.HeaderClassName
{
color: #C6A36A;
}
.AnyTagClassName
{
color: #C6A36A;
}
</style>
background-color css
<style>
a { background-color: #C6A36A; }
a { background-color: rgb(198,163,106); }
div.DivClassName
{
background-color: #C6A36A;
}
.BgClassName
{
background-color: #C6A36A;
}
</style>
border-color css
<style>
span { border-color: #C6A36A; }
span { border-color: rgb(198,163,106); }
td.TdClassName
{
border-color: #C6A36A;
}
.TagClassName
{
border-color: #C6A36A;
}
</style>