#9E7C71

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

Shades of Hemp #9E7C71

Tints of Hemp #9E7C71

Color information

#9E7C71 (or 0x9E7C71) is unknown color: approx Hemp. HEX triplet: 9E, 7C and 71. RGB value is (158,124,113). Sum of RGB (Red+Green+Blue) = 158+124+113=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 124 (48.83% from 255 or 31.39% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7C71 is #61838E. Grayscale: #848484. Windows color (decimal): -6390671 or 7437470. OLE color: 7437470.

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

Color convert

RGB158124113-
CMYK00.220.280.38
HSL14.67º18.83%53.14%-
HSV(B)14.67º28.48%61.96%-
XYZ24.2922.8818.76-
YUV132.91116.76145.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40%
GREEN value IS 124 (48.83% from 255) = 31.39%
BLUE value IS 113 (44.53% from 255) = 28.61%
R=40%
G=31.39%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812411300.220.280.3814.6718.8353.14
Hex9E7C710161C26f1335
Octal2361741610263446172365
Binary100111101111100111000101011011100100110111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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