#9F9554

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

Shades of Husk #9F9554

Tints of Husk #9F9554

Color information

#9F9554 (or 0x9F9554) is unknown color: approx Husk. HEX triplet: 9F, 95 and 54. RGB value is (159,149,84). Sum of RGB (Red+Green+Blue) = 159+149+84=392 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.56% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9554 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9554 is #606AAB. Grayscale: #909090. Windows color (decimal): -6318764 or 5543327. OLE color: 5543327.

HSL color Cylindrical-coordinate representation of color #9F9554: hue angle of 52º 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 #9F9554 is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB15914984-
CMYK00.060.470.38
HSL52º30.86%47.65%-
HSV(B)52º47.17%62.35%-
XYZ26.6529.5112.68-
YUV144.5893.81138.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.56%
GREEN value IS 149 (58.59% from 255) = 38.01%
BLUE value IS 84 (33.20% from 255) = 21.43%
R=40.56%
G=38.01%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591498400.060.470.385230.8647.65
Hex9F9554062F26341f30
Octal237225124065746643760
Binary10011111100101011010100011010111110011011010011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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