Shades of Husk #9C9554
Tints of Husk #9C9554
RGB
CMYK
RGB Variations
Color information
#9C9554 (or 0x9C9554) is known color: Husk. HEX triplet: 9C, 95 and 54. RGB value is (156,149,84). Sum of RGB (Red+Green+Blue) = 156+149+84=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 84 (33.20% from 255 or 21.59% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C9554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9C9554 is #636AAB. Grayscale: #8F8F8F. Windows color (decimal): -6515372 or 5543324. OLE color: 5543324.
HSL color Cylindrical-coordinate representation of color #9C9554: hue angle of 54.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C9554 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 149 | 84 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.39 |
| HSL | 54.17º | 0.3% | 0.47% | - |
| HSV(B) | 54.17º | 0.46% | 0.61% | - |
| XYZ | 26.06 | 29.2 | 12.65 | - |
| YUV | 143.68 | 94.32 | 136.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 149 | 84 | 0 | 0.04 | 0.46 | 0.39 | 54.17 | 0.3 | 0.47 |
| Hex | 9C | 95 | 54 | 0 | 4 | 2E | 27 | 36 | 1E | 2F |
| Octal | 234 | 225 | 124 | 0 | 4 | 56 | 47 | 66 | 36 | 57 |
| Binary | 10011100 | 10010101 | 1010100 | 0 | 100 | 101110 | 100111 | 110110 | 11110 | 101111 |
Color Harmonies of #9C9554
Complementary color
Monochromatic Colors of #9C9554
Black with #9C9554
Text Example
Text Example
White with #9C9554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C9554; }
p { color: rgb(156,149,84); }
H1.HeaderClassName
{
color: #9C9554;
}
.AnyTagClassName
{
color: #9C9554;
}
</style>
background-color css
<style>
a { background-color: #9C9554; }
a { background-color: rgb(156,149,84); }
div.DivClassName
{
background-color: #9C9554;
}
.BgClassName
{
background-color: #9C9554;
}
</style>
border-color css
<style>
span { border-color: #9C9554; }
span { border-color: rgb(156,149,84); }
td.TdClassName
{
border-color: #9C9554;
}
.TagClassName
{
border-color: #9C9554;
}
</style>