Shades of Fallow #C99961
Tints of Fallow #C99961
RGB
CMYK
RGB Variations
Color information
#C99961 (or 0xC99961) is known color: Fallow. HEX triplet: C9, 99 and 61. RGB value is (201,153,97). Sum of RGB (Red+Green+Blue) = 201+153+97=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 97 (38.28% from 255 or 21.51% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C99961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99961 is #36669E. Grayscale: #A1A1A1. Windows color (decimal): -3565215 or 6396361. OLE color: 6396361.
HSL color Cylindrical-coordinate representation of color #C99961: hue angle of 32.31º 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 #C99961 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 97 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.21 |
| HSL | 32.31º | 0.49% | 0.58% | - |
| HSV(B) | 32.31º | 0.52% | 0.79% | - |
| XYZ | 37.64 | 36.06 | 16.29 | - |
| YUV | 160.97 | 91.9 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 97 | 0 | 0.24 | 0.52 | 0.21 | 32.31 | 0.49 | 0.58 |
| Hex | C9 | 99 | 61 | 0 | 18 | 34 | 15 | 20 | 31 | 3A |
| Octal | 311 | 231 | 141 | 0 | 30 | 64 | 25 | 40 | 61 | 72 |
| Binary | 11001001 | 10011001 | 1100001 | 0 | 11000 | 110100 | 10101 | 100000 | 110001 | 111010 |
Color Harmonies of #C99961
Complementary color
Monochromatic Colors of #C99961
Black with #C99961
Text Example
Text Example
White with #C99961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99961; }
p { color: rgb(201,153,97); }
H1.HeaderClassName
{
color: #C99961;
}
.AnyTagClassName
{
color: #C99961;
}
</style>
background-color css
<style>
a { background-color: #C99961; }
a { background-color: rgb(201,153,97); }
div.DivClassName
{
background-color: #C99961;
}
.BgClassName
{
background-color: #C99961;
}
</style>
border-color css
<style>
span { border-color: #C99961; }
span { border-color: rgb(201,153,97); }
td.TdClassName
{
border-color: #C99961;
}
.TagClassName
{
border-color: #C99961;
}
</style>