Shades of Fallow #C99761
Tints of Fallow #C99761
RGB
CMYK
RGB Variations
Color information
#C99761 (or 0xC99761) is known color: Fallow. HEX triplet: C9, 97 and 61. RGB value is (201,151,97). Sum of RGB (Red+Green+Blue) = 201+151+97=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 151 (59.38% from 255 or 33.63% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C99761 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99761 is #36689E. Grayscale: #A0A0A0. Windows color (decimal): -3565727 or 6395849. OLE color: 6395849.
HSL color Cylindrical-coordinate representation of color #C99761: hue angle of 31.15º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C99761 is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 97 | - |
| CMYK | 0 | 0.25 | 0.52 | 0.21 |
| HSL | 31.15º | 0.49% | 0.58% | - |
| HSV(B) | 31.15º | 0.52% | 0.79% | - |
| XYZ | 37.31 | 35.41 | 16.18 | - |
| YUV | 159.79 | 92.57 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 97 | 0 | 0.25 | 0.52 | 0.21 | 31.15 | 0.49 | 0.58 |
| Hex | C9 | 97 | 61 | 0 | 19 | 34 | 15 | 1F | 31 | 3A |
| Octal | 311 | 227 | 141 | 0 | 31 | 64 | 25 | 37 | 61 | 72 |
| Binary | 11001001 | 10010111 | 1100001 | 0 | 11001 | 110100 | 10101 | 11111 | 110001 | 111010 |
Color Harmonies of #C99761
Complementary color
Monochromatic Colors of #C99761
Black with #C99761
Text Example
Text Example
White with #C99761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99761; }
p { color: rgb(201,151,97); }
H1.HeaderClassName
{
color: #C99761;
}
.AnyTagClassName
{
color: #C99761;
}
</style>
background-color css
<style>
a { background-color: #C99761; }
a { background-color: rgb(201,151,97); }
div.DivClassName
{
background-color: #C99761;
}
.BgClassName
{
background-color: #C99761;
}
</style>
border-color css
<style>
span { border-color: #C99761; }
span { border-color: rgb(201,151,97); }
td.TdClassName
{
border-color: #C99761;
}
.TagClassName
{
border-color: #C99761;
}
</style>