Shades of Fallow #C9966A
Tints of Fallow #C9966A
RGB
CMYK
RGB Variations
Color information
#C9966A (or 0xC9966A) is known color: Fallow. HEX triplet: C9, 96 and 6A. RGB value is (201,150,106). Sum of RGB (Red+Green+Blue) = 201+150+106=457 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.98% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 106 (41.80% from 255 or 23.19% from 457); Max value from RGB is 201 - color contains mainly: red. Hex color #C9966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9966A is #366995. Grayscale: #A0A0A0. Windows color (decimal): -3565974 or 6985417. OLE color: 6985417.
HSL color Cylindrical-coordinate representation of color #C9966A: hue angle of 27.79º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9966A is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 106 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.21 |
| HSL | 27.79º | 0.47% | 0.6% | - |
| HSV(B) | 27.79º | 0.47% | 0.79% | - |
| XYZ | 37.6 | 35.27 | 18.46 | - |
| YUV | 160.23 | 97.4 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 106 | 0 | 0.25 | 0.47 | 0.21 | 27.79 | 0.47 | 0.6 |
| Hex | C9 | 96 | 6A | 0 | 19 | 2F | 15 | 1C | 2F | 3C |
| Octal | 311 | 226 | 152 | 0 | 31 | 57 | 25 | 34 | 57 | 74 |
| Binary | 11001001 | 10010110 | 1101010 | 0 | 11001 | 101111 | 10101 | 11100 | 101111 | 111100 |
Color Harmonies of #C9966A
Complementary color
Monochromatic Colors of #C9966A
Black with #C9966A
Text Example
Text Example
White with #C9966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9966A; }
p { color: rgb(201,150,106); }
H1.HeaderClassName
{
color: #C9966A;
}
.AnyTagClassName
{
color: #C9966A;
}
</style>
background-color css
<style>
a { background-color: #C9966A; }
a { background-color: rgb(201,150,106); }
div.DivClassName
{
background-color: #C9966A;
}
.BgClassName
{
background-color: #C9966A;
}
</style>
border-color css
<style>
span { border-color: #C9966A; }
span { border-color: rgb(201,150,106); }
td.TdClassName
{
border-color: #C9966A;
}
.TagClassName
{
border-color: #C9966A;
}
</style>