#9E8077

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

Shades of Hemp #9E8077

Tints of Hemp #9E8077

Color information

#9E8077 (or 0x9E8077) is unknown color: approx Hemp. HEX triplet: 9E, 80 and 77. RGB value is (158,128,119). Sum of RGB (Red+Green+Blue) = 158+128+119=405 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.01% from 405); Green value is 128 (50.39% from 255 or 31.60% from 405); Blue value is 119 (46.88% from 255 or 29.38% from 405); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8077 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8077 is #617F88. Grayscale: #888888. Windows color (decimal): -6389641 or 7831710. OLE color: 7831710.

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

Color convert

RGB158128119-
CMYK00.190.250.38
HSL13.85º16.74%54.31%-
HSV(B)13.85º24.68%61.96%-
XYZ25.1524.0420.77-
YUV135.94118.44143.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.01%
GREEN value IS 128 (50.39% from 255) = 31.60%
BLUE value IS 119 (46.88% from 255) = 29.38%
R=39.01%
G=31.60%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812811900.190.250.3813.8516.7454.31
Hex9E80770131926e1136
Octal2362001670233146162166
Binary1001111010000000111011101001111001100110111010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,128,119); }

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

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

 a { background-color: rgb(158,128,119); }

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

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

 span { border-color: rgb(158,128,119); }

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