Shades of Husk #9D9754
Tints of Husk #9D9754
RGB
CMYK
RGB Variations
Color information
#9D9754 (or 0x9D9754) is known color: Husk. HEX triplet: 9D, 97 and 54. RGB value is (157,151,84). Sum of RGB (Red+Green+Blue) = 157+151+84=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9754 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9D9754 is #6268AB. Grayscale: #919191. Windows color (decimal): -6449324 or 5543837. OLE color: 5543837.
HSL color Cylindrical-coordinate representation of color #9D9754: hue angle of 55.07º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D9754 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 151 | 84 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.38 |
| HSL | 55.07º | 0.3% | 0.47% | - |
| HSV(B) | 55.07º | 0.46% | 0.62% | - |
| XYZ | 26.57 | 29.94 | 12.77 | - |
| YUV | 145.16 | 93.49 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 151 | 84 | 0 | 0.04 | 0.46 | 0.38 | 55.07 | 0.3 | 0.47 |
| Hex | 9D | 97 | 54 | 0 | 4 | 2E | 26 | 37 | 1E | 2F |
| Octal | 235 | 227 | 124 | 0 | 4 | 56 | 46 | 67 | 36 | 57 |
| Binary | 10011101 | 10010111 | 1010100 | 0 | 100 | 101110 | 100110 | 110111 | 11110 | 101111 |
Color Harmonies of #9D9754
Complementary color
Monochromatic Colors of #9D9754
Black with #9D9754
Text Example
Text Example
White with #9D9754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9754; }
p { color: rgb(157,151,84); }
H1.HeaderClassName
{
color: #9D9754;
}
.AnyTagClassName
{
color: #9D9754;
}
</style>
background-color css
<style>
a { background-color: #9D9754; }
a { background-color: rgb(157,151,84); }
div.DivClassName
{
background-color: #9D9754;
}
.BgClassName
{
background-color: #9D9754;
}
</style>
border-color css
<style>
span { border-color: #9D9754; }
span { border-color: rgb(157,151,84); }
td.TdClassName
{
border-color: #9D9754;
}
.TagClassName
{
border-color: #9D9754;
}
</style>