Shades of Fallow #C9966B
Tints of Fallow #C9966B
RGB
CMYK
RGB Variations
Color information
#C9966B (or 0xC9966B) is known color: Fallow. HEX triplet: C9, 96 and 6B. RGB value is (201,150,107). Sum of RGB (Red+Green+Blue) = 201+150+107=458 (60% of max value = 765). Red value is 201 (78.91% from 255 or 43.89% from 458); Green value is 150 (58.98% from 255 or 32.75% from 458); Blue value is 107 (42.19% from 255 or 23.36% from 458); Max value from RGB is 201 - color contains mainly: red. Hex color #C9966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9966B is #366994. Grayscale: #A0A0A0. Windows color (decimal): -3565973 or 7050953. OLE color: 7050953.
HSL color Cylindrical-coordinate representation of color #C9966B: hue angle of 27.45º 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 #C9966B is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 107 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.21 |
| HSL | 27.45º | 0.47% | 0.6% | - |
| HSV(B) | 27.45º | 0.47% | 0.79% | - |
| XYZ | 37.65 | 35.29 | 18.74 | - |
| YUV | 160.35 | 97.9 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 107 | 0 | 0.25 | 0.47 | 0.21 | 27.45 | 0.47 | 0.6 |
| Hex | C9 | 96 | 6B | 0 | 19 | 2F | 15 | 1B | 2F | 3C |
| Octal | 311 | 226 | 153 | 0 | 31 | 57 | 25 | 33 | 57 | 74 |
| Binary | 11001001 | 10010110 | 1101011 | 0 | 11001 | 101111 | 10101 | 11011 | 101111 | 111100 |
Color Harmonies of #C9966B
Complementary color
Monochromatic Colors of #C9966B
Black with #C9966B
Text Example
Text Example
White with #C9966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9966B; }
p { color: rgb(201,150,107); }
H1.HeaderClassName
{
color: #C9966B;
}
.AnyTagClassName
{
color: #C9966B;
}
</style>
background-color css
<style>
a { background-color: #C9966B; }
a { background-color: rgb(201,150,107); }
div.DivClassName
{
background-color: #C9966B;
}
.BgClassName
{
background-color: #C9966B;
}
</style>
border-color css
<style>
span { border-color: #C9966B; }
span { border-color: rgb(201,150,107); }
td.TdClassName
{
border-color: #C9966B;
}
.TagClassName
{
border-color: #C9966B;
}
</style>