Shades of Fallow #C69871
Tints of Fallow #C69871
RGB
CMYK
RGB Variations
Color information
#C69871 (or 0xC69871) is known color: Fallow. HEX triplet: C6, 98 and 71. RGB value is (198,152,113). Sum of RGB (Red+Green+Blue) = 198+152+113=463 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.76% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 198 - color contains mainly: red. Hex color #C69871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69871 is #39678E. Grayscale: #A1A1A1. Windows color (decimal): -3762063 or 7444678. OLE color: 7444678.
HSL color Cylindrical-coordinate representation of color #C69871: hue angle of 27.53º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C69871 is Cyan = 0, Magento = 0.23, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 113 | - |
| CMYK | 0 | 0.23 | 0.43 | 0.22 |
| HSL | 27.53º | 0.43% | 0.61% | - |
| HSV(B) | 27.53º | 0.43% | 0.78% | - |
| XYZ | 37.5 | 35.65 | 20.53 | - |
| YUV | 161.31 | 100.74 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 113 | 0 | 0.23 | 0.43 | 0.22 | 27.53 | 0.43 | 0.61 |
| Hex | C6 | 98 | 71 | 0 | 17 | 2B | 16 | 1C | 2B | 3D |
| Octal | 306 | 230 | 161 | 0 | 27 | 53 | 26 | 34 | 53 | 75 |
| Binary | 11000110 | 10011000 | 1110001 | 0 | 10111 | 101011 | 10110 | 11100 | 101011 | 111101 |
Color Harmonies of #C69871
Complementary color
Monochromatic Colors of #C69871
Black with #C69871
Text Example
Text Example
White with #C69871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69871; }
p { color: rgb(198,152,113); }
H1.HeaderClassName
{
color: #C69871;
}
.AnyTagClassName
{
color: #C69871;
}
</style>
background-color css
<style>
a { background-color: #C69871; }
a { background-color: rgb(198,152,113); }
div.DivClassName
{
background-color: #C69871;
}
.BgClassName
{
background-color: #C69871;
}
</style>
border-color css
<style>
span { border-color: #C69871; }
span { border-color: rgb(198,152,113); }
td.TdClassName
{
border-color: #C69871;
}
.TagClassName
{
border-color: #C69871;
}
</style>