#9E7C6D

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

Shades of Hemp #9E7C6D

Tints of Hemp #9E7C6D

Color information

#9E7C6D (or 0x9E7C6D) is unknown color: approx Hemp. HEX triplet: 9E, 7C and 6D. RGB value is (158,124,109). Sum of RGB (Red+Green+Blue) = 158+124+109=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7C6D is #618392. Grayscale: #848484. Windows color (decimal): -6390675 or 7175326. OLE color: 7175326.

HSL color Cylindrical-coordinate representation of color #9E7C6D: hue angle of 18.37º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E7C6D is Cyan = 0, Magento = 0.22, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB158124109-
CMYK00.220.310.38
HSL18.37º20.16%52.35%-
HSV(B)18.37º31.01%61.96%-
XYZ24.0722.7917.6-
YUV132.46114.76146.22-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.41%
GREEN value IS 124 (48.83% from 255) = 31.71%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=40.41%
G=31.71%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812410900.220.310.3818.3720.1652.35
Hex9E7C6D0161F26121434
Octal2361741550263746222464
Binary1001111011111001101101010110111111001101001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,124,109); }

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

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

 a { background-color: rgb(158,124,109); }

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

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

 span { border-color: rgb(158,124,109); }

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