Shades of Fallow #C69863
Tints of Fallow #C69863
RGB
CMYK
RGB Variations
Color information
#C69863 (or 0xC69863) is known color: Fallow. HEX triplet: C6, 98 and 63. RGB value is (198,152,99). Sum of RGB (Red+Green+Blue) = 198+152+99=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 99 (39.06% from 255 or 22.05% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C69863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69863 is #39679C. Grayscale: #9F9F9F. Windows color (decimal): -3762077 or 6527174. OLE color: 6527174.
HSL color Cylindrical-coordinate representation of color #C69863: hue angle of 32.12º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C69863 is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 152 | 99 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.22 |
| HSL | 32.12º | 0.46% | 0.58% | - |
| HSV(B) | 32.12º | 0.5% | 0.78% | - |
| XYZ | 36.77 | 35.36 | 16.69 | - |
| YUV | 159.71 | 93.74 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 152 | 99 | 0 | 0.23 | 0.50 | 0.22 | 32.12 | 0.46 | 0.58 |
| Hex | C6 | 98 | 63 | 0 | 17 | 32 | 16 | 20 | 2E | 3A |
| Octal | 306 | 230 | 143 | 0 | 27 | 62 | 26 | 40 | 56 | 72 |
| Binary | 11000110 | 10011000 | 1100011 | 0 | 10111 | 110010 | 10110 | 100000 | 101110 | 111010 |
Color Harmonies of #C69863
Complementary color
Monochromatic Colors of #C69863
Black with #C69863
Text Example
Text Example
White with #C69863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69863; }
p { color: rgb(198,152,99); }
H1.HeaderClassName
{
color: #C69863;
}
.AnyTagClassName
{
color: #C69863;
}
</style>
background-color css
<style>
a { background-color: #C69863; }
a { background-color: rgb(198,152,99); }
div.DivClassName
{
background-color: #C69863;
}
.BgClassName
{
background-color: #C69863;
}
</style>
border-color css
<style>
span { border-color: #C69863; }
span { border-color: rgb(198,152,99); }
td.TdClassName
{
border-color: #C69863;
}
.TagClassName
{
border-color: #C69863;
}
</style>