Shades of Fallow #C6936F
Tints of Fallow #C6936F
RGB
CMYK
RGB Variations
Color information
#C6936F (or 0xC6936F) is known color: Fallow. HEX triplet: C6, 93 and 6F. RGB value is (198,147,111). Sum of RGB (Red+Green+Blue) = 198+147+111=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 147 (57.81% from 255 or 32.24% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C6936F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6936F is #396C90. Grayscale: #9E9E9E. Windows color (decimal): -3763345 or 7312326. OLE color: 7312326.
HSL color Cylindrical-coordinate representation of color #C6936F: hue angle of 24.83º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6936F is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 147 | 111 | - |
| CMYK | 0 | 0.26 | 0.44 | 0.22 |
| HSL | 24.83º | 0.43% | 0.61% | - |
| HSV(B) | 24.83º | 0.44% | 0.78% | - |
| XYZ | 36.59 | 34.02 | 19.68 | - |
| YUV | 158.15 | 101.4 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 147 | 111 | 0 | 0.26 | 0.44 | 0.22 | 24.83 | 0.43 | 0.61 |
| Hex | C6 | 93 | 6F | 0 | 1A | 2C | 16 | 19 | 2B | 3D |
| Octal | 306 | 223 | 157 | 0 | 32 | 54 | 26 | 31 | 53 | 75 |
| Binary | 11000110 | 10010011 | 1101111 | 0 | 11010 | 101100 | 10110 | 11001 | 101011 | 111101 |
Color Harmonies of #C6936F
Complementary color
Monochromatic Colors of #C6936F
Black with #C6936F
Text Example
Text Example
White with #C6936F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6936F; }
p { color: rgb(198,147,111); }
H1.HeaderClassName
{
color: #C6936F;
}
.AnyTagClassName
{
color: #C6936F;
}
</style>
background-color css
<style>
a { background-color: #C6936F; }
a { background-color: rgb(198,147,111); }
div.DivClassName
{
background-color: #C6936F;
}
.BgClassName
{
background-color: #C6936F;
}
</style>
border-color css
<style>
span { border-color: #C6936F; }
span { border-color: rgb(198,147,111); }
td.TdClassName
{
border-color: #C6936F;
}
.TagClassName
{
border-color: #C6936F;
}
</style>