#9E8176

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

Shades of Hemp #9E8176

Tints of Hemp #9E8176

Color information

#9E8176 (or 0x9E8176) is unknown color: approx Hemp. HEX triplet: 9E, 81 and 76. RGB value is (158,129,118). Sum of RGB (Red+Green+Blue) = 158+129+118=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 129 (50.78% from 255 or 31.85% from 405); Blue value is 118 (46.48% from 255 or 29.14% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8176 is #617E89. Grayscale: #888888. Windows color (decimal): -6389386 or 7766430. OLE color: 7766430.

HSL color Cylindrical-coordinate representation of color #9E8176: hue angle of 16.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9E8176 is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB158129118-
CMYK00.180.250.38
HSL16.5º17.09%54.12%-
HSV(B)16.5º25.32%61.96%-
XYZ25.2224.2820.5-
YUV136.42117.61143.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 129 (50.78% from 255) = 31.85%
BLUE value IS 118 (46.48% from 255) = 29.14%
R=39.01%
G=31.85%
B=29.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812911800.180.250.3816.517.0954.12
Hex9E81760121926111136
Octal2362011660223146212166
Binary10011110100000011110110010010110011001101000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,129,118); }

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

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

 a { background-color: rgb(158,129,118); }

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

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

 span { border-color: rgb(158,129,118); }

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