#9E7E6C

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

Shades of Hemp #9E7E6C

Tints of Hemp #9E7E6C

Color information

#9E7E6C (or 0x9E7E6C) is unknown color: approx Hemp. HEX triplet: 9E, 7E and 6C. RGB value is (158,126,108). Sum of RGB (Red+Green+Blue) = 158+126+108=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 126 (49.61% from 255 or 32.14% from 392); Blue value is 108 (42.58% from 255 or 27.55% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7E6C is #618193. Grayscale: #858585. Windows color (decimal): -6390164 or 7110302. OLE color: 7110302.

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

Color convert

RGB158126108-
CMYK00.200.320.38
HSL21.6º20.49%52.16%-
HSV(B)21.6º31.65%61.96%-
XYZ24.2723.2717.4-
YUV133.52113.6145.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 126 (49.61% from 255) = 32.14%
BLUE value IS 108 (42.58% from 255) = 27.55%
R=40.31%
G=32.14%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812610800.200.320.3821.620.4952.16
Hex9E7E6C0142026161434
Octal2361761540244046262464
Binary10011110111111011011000101001000001001101011010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,126,108); }

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

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

 a { background-color: rgb(158,126,108); }

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

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

 span { border-color: rgb(158,126,108); }

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