Shades of Fallow #C6956C
Tints of Fallow #C6956C
RGB
CMYK
RGB Variations
Color information
#C6956C (or 0xC6956C) is known color: Fallow. HEX triplet: C6, 95 and 6C. RGB value is (198,149,108). Sum of RGB (Red+Green+Blue) = 198+149+108=455 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.52% from 455); Green value is 149 (58.59% from 255 or 32.75% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 198 - color contains mainly: red. Hex color #C6956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6956C is #396A93. Grayscale: #9F9F9F. Windows color (decimal): -3762836 or 7116230. OLE color: 7116230.
HSL color Cylindrical-coordinate representation of color #C6956C: hue angle of 27.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 #C6956C is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 149 | 108 | - |
| CMYK | 0 | 0.25 | 0.45 | 0.22 |
| HSL | 27.33º | 0.44% | 0.6% | - |
| HSV(B) | 27.33º | 0.45% | 0.78% | - |
| XYZ | 36.74 | 34.58 | 18.93 | - |
| YUV | 158.98 | 99.23 | 155.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 149 | 108 | 0 | 0.25 | 0.45 | 0.22 | 27.33 | 0.44 | 0.6 |
| Hex | C6 | 95 | 6C | 0 | 19 | 2D | 16 | 1B | 2C | 3C |
| Octal | 306 | 225 | 154 | 0 | 31 | 55 | 26 | 33 | 54 | 74 |
| Binary | 11000110 | 10010101 | 1101100 | 0 | 11001 | 101101 | 10110 | 11011 | 101100 | 111100 |
Color Harmonies of #C6956C
Complementary color
Monochromatic Colors of #C6956C
Black with #C6956C
Text Example
Text Example
White with #C6956C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6956C; }
p { color: rgb(198,149,108); }
H1.HeaderClassName
{
color: #C6956C;
}
.AnyTagClassName
{
color: #C6956C;
}
</style>
background-color css
<style>
a { background-color: #C6956C; }
a { background-color: rgb(198,149,108); }
div.DivClassName
{
background-color: #C6956C;
}
.BgClassName
{
background-color: #C6956C;
}
</style>
border-color css
<style>
span { border-color: #C6956C; }
span { border-color: rgb(198,149,108); }
td.TdClassName
{
border-color: #C6956C;
}
.TagClassName
{
border-color: #C6956C;
}
</style>