#9F9550

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

Shades of Husk #9F9550

Tints of Husk #9F9550

Color information

#9F9550 (or 0x9F9550) is unknown color: approx Husk. HEX triplet: 9F, 95 and 50. RGB value is (159,149,80). Sum of RGB (Red+Green+Blue) = 159+149+80=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 149 (58.59% from 255 or 38.40% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9550 is #606AAF. Grayscale: #909090. Windows color (decimal): -6318768 or 5281183. OLE color: 5281183.

HSL color Cylindrical-coordinate representation of color #9F9550: hue angle of 52.41º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F9550 is Cyan = 0, Magento = 0.06, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB15914980-
CMYK00.060.500.38
HSL52.41º33.05%46.86%-
HSV(B)52.41º49.69%62.35%-
XYZ26.4929.4511.88-
YUV144.1291.81138.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 40.98%
GREEN value IS 149 (58.59% from 255) = 38.40%
BLUE value IS 80 (31.64% from 255) = 20.62%
R=40.98%
G=38.40%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591498000.060.500.3852.4133.0546.86
Hex9F955006322634212f
Octal237225120066246644157
Binary100111111001010110100000110110010100110110100100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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