Shades of Fallow #C89F61
Tints of Fallow #C89F61
RGB
CMYK
RGB Variations
Color information
#C89F61 (or 0xC89F61) is known color: Fallow. HEX triplet: C8, 9F and 61. RGB value is (200,159,97). Sum of RGB (Red+Green+Blue) = 200+159+97=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 159 (62.5% from 255 or 34.87% from 456); Blue value is 97 (38.28% from 255 or 21.27% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C89F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89F61 is #37609E. Grayscale: #A4A4A4. Windows color (decimal): -3629215 or 6397896. OLE color: 6397896.
HSL color Cylindrical-coordinate representation of color #C89F61: hue angle of 36.12º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C89F61 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 159 | 97 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.22 |
| HSL | 36.12º | 0.48% | 0.58% | - |
| HSV(B) | 36.12º | 0.52% | 0.78% | - |
| XYZ | 38.38 | 37.94 | 16.61 | - |
| YUV | 164.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 159 | 97 | 0 | 0.20 | 0.52 | 0.22 | 36.12 | 0.48 | 0.58 |
| Hex | C8 | 9F | 61 | 0 | 14 | 34 | 16 | 24 | 30 | 3A |
| Octal | 310 | 237 | 141 | 0 | 24 | 64 | 26 | 44 | 60 | 72 |
| Binary | 11001000 | 10011111 | 1100001 | 0 | 10100 | 110100 | 10110 | 100100 | 110000 | 111010 |
Color Harmonies of #C89F61
Complementary color
Monochromatic Colors of #C89F61
Black with #C89F61
Text Example
Text Example
White with #C89F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89F61; }
p { color: rgb(200,159,97); }
H1.HeaderClassName
{
color: #C89F61;
}
.AnyTagClassName
{
color: #C89F61;
}
</style>
background-color css
<style>
a { background-color: #C89F61; }
a { background-color: rgb(200,159,97); }
div.DivClassName
{
background-color: #C89F61;
}
.BgClassName
{
background-color: #C89F61;
}
</style>
border-color css
<style>
span { border-color: #C89F61; }
span { border-color: rgb(200,159,97); }
td.TdClassName
{
border-color: #C89F61;
}
.TagClassName
{
border-color: #C89F61;
}
</style>