#9F9350

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

Shades of Husk #9F9350

Tints of Husk #9F9350

Color information

#9F9350 (or 0x9F9350) is unknown color: approx Husk. HEX triplet: 9F, 93 and 50. RGB value is (159,147,80). Sum of RGB (Red+Green+Blue) = 159+147+80=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9350 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9F9350 is #606CAF. Grayscale: #8F8F8F. Windows color (decimal): -6319280 or 5280671. OLE color: 5280671.

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

Color convert

RGB15914780-
CMYK00.080.500.38
HSL50.89º33.05%46.86%-
HSV(B)50.89º49.69%62.35%-
XYZ26.1828.8211.77-
YUV142.9592.48139.45-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.19%
GREEN value IS 147 (57.81% from 255) = 38.08%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=41.19%
G=38.08%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591478000.080.500.3850.8933.0546.86
Hex9F935008322633212f
Octal2372231200106246634157
Binary1001111110010011101000001000110010100110110011100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F9350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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