#9E7B6D

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

Shades of Hemp #9E7B6D

Tints of Hemp #9E7B6D

Color information

#9E7B6D (or 0x9E7B6D) is unknown color: approx Hemp. HEX triplet: 9E, 7B and 6D. RGB value is (158,123,109). Sum of RGB (Red+Green+Blue) = 158+123+109=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7B6D is #618492. Grayscale: #838383. Windows color (decimal): -6390931 or 7175070. OLE color: 7175070.

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

Color convert

RGB158123109-
CMYK00.220.310.38
HSL17.14º20.16%52.35%-
HSV(B)17.14º31.01%61.96%-
XYZ23.9422.5417.56-
YUV131.87115.1146.64-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.51%
GREEN value IS 123 (48.44% from 255) = 31.54%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=40.51%
G=31.54%
B=27.95%

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
Decimal15812310900.220.310.3817.1420.1652.35
Hex9E7B6D0161F26111434
Octal2361731550263746212464
Binary1001111011110111101101010110111111001101000110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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