Shades of Fallow #C6986C
Tints of Fallow #C6986C
RGB
CMYK
RGB Variations
Color information
#C6986C (or 0xC6986C) is known color: Fallow. HEX triplet: C6, 98 and 6C. RGB value is (198,152,108). Sum of RGB (Red+Green+Blue) = 198+152+108=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 108 (42.58% from 255 or 23.58% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C6986C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6986C is #396793. Grayscale: #A0A0A0. Windows color (decimal): -3762068 or 7116998. OLE color: 7116998.
HSL color Cylindrical-coordinate representation of color #C6986C: hue angle of 29.33º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6986C is Cyan = 0, Magento = 0.23, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 108 | - |
| CMYK | 0 | 0.23 | 0.45 | 0.22 |
| HSL | 29.33º | 0.44% | 0.6% | - |
| HSV(B) | 29.33º | 0.45% | 0.78% | - |
| XYZ | 37.22 | 35.54 | 19.09 | - |
| YUV | 160.74 | 98.24 | 154.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 108 | 0 | 0.23 | 0.45 | 0.22 | 29.33 | 0.44 | 0.6 |
| Hex | C6 | 98 | 6C | 0 | 17 | 2D | 16 | 1D | 2C | 3C |
| Octal | 306 | 230 | 154 | 0 | 27 | 55 | 26 | 35 | 54 | 74 |
| Binary | 11000110 | 10011000 | 1101100 | 0 | 10111 | 101101 | 10110 | 11101 | 101100 | 111100 |
Color Harmonies of #C6986C
Complementary color
Monochromatic Colors of #C6986C
Black with #C6986C
Text Example
Text Example
White with #C6986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6986C; }
p { color: rgb(198,152,108); }
H1.HeaderClassName
{
color: #C6986C;
}
.AnyTagClassName
{
color: #C6986C;
}
</style>
background-color css
<style>
a { background-color: #C6986C; }
a { background-color: rgb(198,152,108); }
div.DivClassName
{
background-color: #C6986C;
}
.BgClassName
{
background-color: #C6986C;
}
</style>
border-color css
<style>
span { border-color: #C6986C; }
span { border-color: rgb(198,152,108); }
td.TdClassName
{
border-color: #C6986C;
}
.TagClassName
{
border-color: #C6986C;
}
</style>