Shades of Fallow #C9976D
Tints of Fallow #C9976D
RGB
CMYK
RGB Variations
Color information
#C9976D (or 0xC9976D) is known color: Fallow. HEX triplet: C9, 97 and 6D. RGB value is (201,151,109). Sum of RGB (Red+Green+Blue) = 201+151+109=461 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.60% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 109 (42.97% from 255 or 23.64% from 461); Max value from RGB is 201 - color contains mainly: red. Hex color #C9976D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9976D is #366892. Grayscale: #A1A1A1. Windows color (decimal): -3565715 or 7182281. OLE color: 7182281.
HSL color Cylindrical-coordinate representation of color #C9976D: hue angle of 27.39º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C9976D is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 151 | 109 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.21 |
| HSL | 27.39º | 0.46% | 0.61% | - |
| HSV(B) | 27.39º | 0.46% | 0.79% | - |
| XYZ | 37.91 | 35.65 | 19.35 | - |
| YUV | 161.16 | 98.57 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 109 | 0 | 0.25 | 0.46 | 0.21 | 27.39 | 0.46 | 0.61 |
| Hex | C9 | 97 | 6D | 0 | 19 | 2E | 15 | 1B | 2E | 3D |
| Octal | 311 | 227 | 155 | 0 | 31 | 56 | 25 | 33 | 56 | 75 |
| Binary | 11001001 | 10010111 | 1101101 | 0 | 11001 | 101110 | 10101 | 11011 | 101110 | 111101 |
Color Harmonies of #C9976D
Complementary color
Monochromatic Colors of #C9976D
Black with #C9976D
Text Example
Text Example
White with #C9976D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9976D; }
p { color: rgb(201,151,109); }
H1.HeaderClassName
{
color: #C9976D;
}
.AnyTagClassName
{
color: #C9976D;
}
</style>
background-color css
<style>
a { background-color: #C9976D; }
a { background-color: rgb(201,151,109); }
div.DivClassName
{
background-color: #C9976D;
}
.BgClassName
{
background-color: #C9976D;
}
</style>
border-color css
<style>
span { border-color: #C9976D; }
span { border-color: rgb(201,151,109); }
td.TdClassName
{
border-color: #C9976D;
}
.TagClassName
{
border-color: #C9976D;
}
</style>