Shades of Fallow #C99D61
Tints of Fallow #C99D61
RGB
CMYK
RGB Variations
Color information
#C99D61 (or 0xC99D61) is known color: Fallow. HEX triplet: C9, 9D and 61. RGB value is (201,157,97). Sum of RGB (Red+Green+Blue) = 201+157+97=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 157 (61.72% from 255 or 34.51% from 455); Blue value is 97 (38.28% from 255 or 21.32% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C99D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99D61 is #36629E. Grayscale: #A3A3A3. Windows color (decimal): -3564191 or 6397385. OLE color: 6397385.
HSL color Cylindrical-coordinate representation of color #C99D61: hue angle of 34.62º 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 #C99D61 is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 157 | 97 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.21 |
| HSL | 34.62º | 0.49% | 0.58% | - |
| HSV(B) | 34.62º | 0.52% | 0.79% | - |
| XYZ | 38.3 | 37.39 | 16.51 | - |
| YUV | 163.32 | 90.58 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 97 | 0 | 0.22 | 0.52 | 0.21 | 34.62 | 0.49 | 0.58 |
| Hex | C9 | 9D | 61 | 0 | 16 | 34 | 15 | 23 | 31 | 3A |
| Octal | 311 | 235 | 141 | 0 | 26 | 64 | 25 | 43 | 61 | 72 |
| Binary | 11001001 | 10011101 | 1100001 | 0 | 10110 | 110100 | 10101 | 100011 | 110001 | 111010 |
Color Harmonies of #C99D61
Complementary color
Monochromatic Colors of #C99D61
Black with #C99D61
Text Example
Text Example
White with #C99D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99D61; }
p { color: rgb(201,157,97); }
H1.HeaderClassName
{
color: #C99D61;
}
.AnyTagClassName
{
color: #C99D61;
}
</style>
background-color css
<style>
a { background-color: #C99D61; }
a { background-color: rgb(201,157,97); }
div.DivClassName
{
background-color: #C99D61;
}
.BgClassName
{
background-color: #C99D61;
}
</style>
border-color css
<style>
span { border-color: #C99D61; }
span { border-color: rgb(201,157,97); }
td.TdClassName
{
border-color: #C99D61;
}
.TagClassName
{
border-color: #C99D61;
}
</style>