#9f9454

Color #9F9454 Husk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Husk #9F9454

Tints of Husk #9F9454

Color information

#9F9454 (or 0x9F9454) is unknown color: approx Husk. HEX triplet: 9F, 94 and 54. RGB value is (159,148,84). Sum of RGB (Red+Green+Blue) = 159+148+84=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 148 (58.20% from 255 or 37.85% from 391); Blue value is 84 (33.20% from 255 or 21.48% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9454 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9454 is #606BAB. Grayscale: #909090. Windows color (decimal): -6319020 or 5543071. OLE color: 5543071.

HSL color Cylindrical-coordinate representation of color #9F9454: hue angle of 51.2º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F9454 is Cyan = 0, Magento = 0.07, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15914884-
CMYK00.070.470.38
HSL51.2º30.86%47.65%-
HSV(B)51.2º47.17%62.35%-
XYZ26.4929.1912.63-
YUV143.9994.14138.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 40.66%
GREEN value IS 148 (58.20% from 255) = 37.85%
BLUE value IS 84 (33.20% from 255) = 21.48%
R=40.66%
G=37.85%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591488400.070.470.3851.230.8647.65
Hex9F9454072F26331f30
Octal237224124075746633760
Binary10011111100101001010100011110111110011011001111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f9454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9f9454; }

 p { color: rgb(159,148,84); }

 H1.HeaderClassName
 {
   color: #9f9454;
 }
 .AnyTagClassName
 {
   color: #9f9454;
 }
</style>
background-color css

<style>
 a { background-color: #9f9454; }

 a { background-color: rgb(159,148,84); }

 div.DivClassName
 {
   background-color: #9f9454;
 }
 .BgClassName
 {
   background-color: #9f9454;
 }
</style>
border-color css

<style>
 span { border-color: #9f9454; }

 span { border-color: rgb(159,148,84); }

 td.TdClassName
 {
   border-color: #9f9454;
 }
 .TagClassName
 {
   border-color: #9f9454;
 }
</style>