Shades of Fallow #C69763
Tints of Fallow #C69763
RGB
CMYK
RGB Variations
Color information
#C69763 (or 0xC69763) is known color: Fallow. HEX triplet: C6, 97 and 63. RGB value is (198,151,99). Sum of RGB (Red+Green+Blue) = 198+151+99=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 99 (39.06% from 255 or 22.10% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C69763 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69763 is #39689C. Grayscale: #9F9F9F. Windows color (decimal): -3762333 or 6526918. OLE color: 6526918.
HSL color Cylindrical-coordinate representation of color #C69763: hue angle of 31.52º 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 #C69763 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 151 | 99 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.22 |
| HSL | 31.52º | 0.46% | 0.58% | - |
| HSV(B) | 31.52º | 0.5% | 0.78% | - |
| XYZ | 36.61 | 35.04 | 16.64 | - |
| YUV | 159.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 151 | 99 | 0 | 0.24 | 0.50 | 0.22 | 31.52 | 0.46 | 0.58 |
| Hex | C6 | 97 | 63 | 0 | 18 | 32 | 16 | 20 | 2E | 3A |
| Octal | 306 | 227 | 143 | 0 | 30 | 62 | 26 | 40 | 56 | 72 |
| Binary | 11000110 | 10010111 | 1100011 | 0 | 11000 | 110010 | 10110 | 100000 | 101110 | 111010 |
Color Harmonies of #C69763
Complementary color
Monochromatic Colors of #C69763
Black with #C69763
Text Example
Text Example
White with #C69763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69763; }
p { color: rgb(198,151,99); }
H1.HeaderClassName
{
color: #C69763;
}
.AnyTagClassName
{
color: #C69763;
}
</style>
background-color css
<style>
a { background-color: #C69763; }
a { background-color: rgb(198,151,99); }
div.DivClassName
{
background-color: #C69763;
}
.BgClassName
{
background-color: #C69763;
}
</style>
border-color css
<style>
span { border-color: #C69763; }
span { border-color: rgb(198,151,99); }
td.TdClassName
{
border-color: #C69763;
}
.TagClassName
{
border-color: #C69763;
}
</style>