Shades of Fallow #C69F63
Tints of Fallow #C69F63
RGB
CMYK
RGB Variations
Color information
#C69F63 (or 0xC69F63) is known color: Fallow. HEX triplet: C6, 9F and 63. RGB value is (198,159,99). Sum of RGB (Red+Green+Blue) = 198+159+99=456 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.42% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 99 (39.06% from 255 or 21.71% from 456); Max value from RGB is 198 - color contains mainly: red. Hex color #C69F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C69F63 is #39609C. Grayscale: #A4A4A4. Windows color (decimal): -3760285 or 6528966. OLE color: 6528966.
HSL color Cylindrical-coordinate representation of color #C69F63: hue angle of 36.36º 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 #C69F63 is Cyan = 0, Magento = 0.20, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 159 | 99 | - |
| CMYK | 0 | 0.20 | 0.50 | 0.22 |
| HSL | 36.36º | 0.46% | 0.58% | - |
| HSV(B) | 36.36º | 0.5% | 0.78% | - |
| XYZ | 37.94 | 37.7 | 17.08 | - |
| YUV | 163.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 159 | 99 | 0 | 0.20 | 0.50 | 0.22 | 36.36 | 0.46 | 0.58 |
| Hex | C6 | 9F | 63 | 0 | 14 | 32 | 16 | 24 | 2E | 3A |
| Octal | 306 | 237 | 143 | 0 | 24 | 62 | 26 | 44 | 56 | 72 |
| Binary | 11000110 | 10011111 | 1100011 | 0 | 10100 | 110010 | 10110 | 100100 | 101110 | 111010 |
Color Harmonies of #C69F63
Complementary color
Monochromatic Colors of #C69F63
Black with #C69F63
Text Example
Text Example
White with #C69F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69F63; }
p { color: rgb(198,159,99); }
H1.HeaderClassName
{
color: #C69F63;
}
.AnyTagClassName
{
color: #C69F63;
}
</style>
background-color css
<style>
a { background-color: #C69F63; }
a { background-color: rgb(198,159,99); }
div.DivClassName
{
background-color: #C69F63;
}
.BgClassName
{
background-color: #C69F63;
}
</style>
border-color css
<style>
span { border-color: #C69F63; }
span { border-color: rgb(198,159,99); }
td.TdClassName
{
border-color: #C69F63;
}
.TagClassName
{
border-color: #C69F63;
}
</style>