Shades of Fallow #C69872
Tints of Fallow #C69872
RGB
CMYK
RGB Variations
Color information
#C69872 (or 0xC69872) is known color: Fallow. HEX triplet: C6, 98 and 72. RGB value is (198,152,114). Sum of RGB (Red+Green+Blue) = 198+152+114=464 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.67% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 198 - color contains mainly: red. Hex color #C69872 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69872 is #39678D. Grayscale: #A1A1A1. Windows color (decimal): -3762062 or 7510214. OLE color: 7510214.
HSL color Cylindrical-coordinate representation of color #C69872: hue angle of 27.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C69872 is Cyan = 0, Magento = 0.23, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 114 | - |
| CMYK | 0 | 0.23 | 0.42 | 0.22 |
| HSL | 27.14º | 0.42% | 0.61% | - |
| HSV(B) | 27.14º | 0.42% | 0.78% | - |
| XYZ | 37.55 | 35.68 | 20.83 | - |
| YUV | 161.42 | 101.24 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 114 | 0 | 0.23 | 0.42 | 0.22 | 27.14 | 0.42 | 0.61 |
| Hex | C6 | 98 | 72 | 0 | 17 | 2A | 16 | 1B | 2A | 3D |
| Octal | 306 | 230 | 162 | 0 | 27 | 52 | 26 | 33 | 52 | 75 |
| Binary | 11000110 | 10011000 | 1110010 | 0 | 10111 | 101010 | 10110 | 11011 | 101010 | 111101 |
Color Harmonies of #C69872
Complementary color
Monochromatic Colors of #C69872
Black with #C69872
Text Example
Text Example
White with #C69872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69872; }
p { color: rgb(198,152,114); }
H1.HeaderClassName
{
color: #C69872;
}
.AnyTagClassName
{
color: #C69872;
}
</style>
background-color css
<style>
a { background-color: #C69872; }
a { background-color: rgb(198,152,114); }
div.DivClassName
{
background-color: #C69872;
}
.BgClassName
{
background-color: #C69872;
}
</style>
border-color css
<style>
span { border-color: #C69872; }
span { border-color: rgb(198,152,114); }
td.TdClassName
{
border-color: #C69872;
}
.TagClassName
{
border-color: #C69872;
}
</style>