#9E9756

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

Shades of Husk #9E9756

Tints of Husk #9E9756

Color information

#9E9756 (or 0x9E9756) is unknown color: approx Husk. HEX triplet: 9E, 97 and 56. RGB value is (158,151,86). Sum of RGB (Red+Green+Blue) = 158+151+86=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 86 (33.98% from 255 or 21.77% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9756 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E9756 is #6168A9. Grayscale: #919191. Windows color (decimal): -6383786 or 5674910. OLE color: 5674910.

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

Color convert

RGB15815186-
CMYK00.040.460.38
HSL54.17º29.51%47.84%-
HSV(B)54.17º45.57%61.96%-
XYZ26.8530.0713.19-
YUV145.6894.32136.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 151 (59.38% from 255) = 38.23%
BLUE value IS 86 (33.98% from 255) = 21.77%
R=40%
G=38.23%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581518600.040.460.3854.1729.5147.84
Hex9E9756042E26361e30
Octal236227126045646663660
Binary10011110100101111010110010010111010011011011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E9756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,151,86); }

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

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

 a { background-color: rgb(158,151,86); }

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

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

 span { border-color: rgb(158,151,86); }

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