#9E8070

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

Shades of Hemp #9E8070

Tints of Hemp #9E8070

Color information

#9E8070 (or 0x9E8070) is unknown color: approx Hemp. HEX triplet: 9E, 80 and 70. RGB value is (158,128,112). Sum of RGB (Red+Green+Blue) = 158+128+112=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 112 (44.14% from 255 or 28.14% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E8070 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E8070 is #617F8F. Grayscale: #878787. Windows color (decimal): -6389648 or 7372958. OLE color: 7372958.

HSL color Cylindrical-coordinate representation of color #9E8070: hue angle of 20.87º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E8070 is Cyan = 0, Magento = 0.19, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB158128112-
CMYK00.190.290.38
HSL20.87º19.17%52.94%-
HSV(B)20.87º29.11%61.96%-
XYZ24.7423.8818.63-
YUV135.15114.94144.3-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 39.70%
GREEN value IS 128 (50.39% from 255) = 32.16%
BLUE value IS 112 (44.14% from 255) = 28.14%
R=39.70%
G=32.16%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812811200.190.290.3820.8719.1752.94
Hex9E80700131D26151335
Octal2362001600233546252365
Binary10011110100000001110000010011111011001101010110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E8070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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