#9E8379

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

Shades of Hemp #9E8379

Tints of Hemp #9E8379

Color information

#9E8379 (or 0x9E8379) is unknown color: approx Hemp. HEX triplet: 9E, 83 and 79. RGB value is (158,131,121). Sum of RGB (Red+Green+Blue) = 158+131+121=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 131 (51.56% from 255 or 31.95% from 410); Blue value is 121 (47.66% from 255 or 29.51% from 410); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8379 is #617C86. Grayscale: #8A8A8A. Windows color (decimal): -6388871 or 7963550. OLE color: 7963550.

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

Color convert

RGB158131121-
CMYK00.170.230.38
HSL16.22º16.02%54.71%-
HSV(B)16.22º23.42%61.96%-
XYZ25.6724.8821.54-
YUV137.93118.45142.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 38.54%
GREEN value IS 131 (51.56% from 255) = 31.95%
BLUE value IS 121 (47.66% from 255) = 29.51%
R=38.54%
G=31.95%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15813112100.170.230.3816.2216.0254.71
Hex9E83790111726101037
Octal2362031710212746202067
Binary10011110100000111111001010001101111001101000010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,131,121); }

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

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

 a { background-color: rgb(158,131,121); }

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

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

 span { border-color: rgb(158,131,121); }

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