#9E7A71

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

Shades of Hemp #9E7A71

Tints of Hemp #9E7A71

Color information

#9E7A71 (or 0x9E7A71) is unknown color: approx Hemp. HEX triplet: 9E, 7A and 71. RGB value is (158,122,113). Sum of RGB (Red+Green+Blue) = 158+122+113=393 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.20% from 393); Green value is 122 (48.05% from 255 or 31.04% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7A71 is #61858E. Grayscale: #838383. Windows color (decimal): -6391183 or 7436958. OLE color: 7436958.

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

Color convert

RGB158122113-
CMYK00.230.280.38
HSL12º18.83%53.14%-
HSV(B)12º28.48%61.96%-
XYZ24.0422.3818.68-
YUV131.74117.43146.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.20%
GREEN value IS 122 (48.05% from 255) = 31.04%
BLUE value IS 113 (44.53% from 255) = 28.75%
R=40.20%
G=31.04%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.28
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812211300.230.280.381218.8353.14
Hex9E7A710171C26c1335
Octal2361721610273446142365
Binary100111101111010111000101011111100100110110010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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