Shades of Fallow #C89761
Tints of Fallow #C89761
RGB
CMYK
RGB Variations
Color information
#C89761 (or 0xC89761) is known color: Fallow. HEX triplet: C8, 97 and 61. RGB value is (200,151,97). Sum of RGB (Red+Green+Blue) = 200+151+97=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C89761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89761 is #37689E. Grayscale: #9F9F9F. Windows color (decimal): -3631263 or 6395848. OLE color: 6395848.
HSL color Cylindrical-coordinate representation of color #C89761: hue angle of 31.46º 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 #C89761 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 151 | 97 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.22 |
| HSL | 31.46º | 0.48% | 0.58% | - |
| HSV(B) | 31.46º | 0.52% | 0.78% | - |
| XYZ | 37.04 | 35.28 | 16.17 | - |
| YUV | 159.5 | 92.73 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 151 | 97 | 0 | 0.24 | 0.52 | 0.22 | 31.46 | 0.48 | 0.58 |
| Hex | C8 | 97 | 61 | 0 | 18 | 34 | 16 | 1F | 30 | 3A |
| Octal | 310 | 227 | 141 | 0 | 30 | 64 | 26 | 37 | 60 | 72 |
| Binary | 11001000 | 10010111 | 1100001 | 0 | 11000 | 110100 | 10110 | 11111 | 110000 | 111010 |
Color Harmonies of #C89761
Complementary color
Monochromatic Colors of #C89761
Black with #C89761
Text Example
Text Example
White with #C89761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89761; }
p { color: rgb(200,151,97); }
H1.HeaderClassName
{
color: #C89761;
}
.AnyTagClassName
{
color: #C89761;
}
</style>
background-color css
<style>
a { background-color: #C89761; }
a { background-color: rgb(200,151,97); }
div.DivClassName
{
background-color: #C89761;
}
.BgClassName
{
background-color: #C89761;
}
</style>
border-color css
<style>
span { border-color: #C89761; }
span { border-color: rgb(200,151,97); }
td.TdClassName
{
border-color: #C89761;
}
.TagClassName
{
border-color: #C89761;
}
</style>