#9E796D

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

Shades of Hemp #9E796D

Tints of Hemp #9E796D

Color information

#9E796D (or 0x9E796D) is unknown color: approx Hemp. HEX triplet: 9E, 79 and 6D. RGB value is (158,121,109). Sum of RGB (Red+Green+Blue) = 158+121+109=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 121 (47.66% from 255 or 31.19% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E796D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E796D is #618692. Grayscale: #828282. Windows color (decimal): -6391443 or 7174558. OLE color: 7174558.

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

Color convert

RGB158121109-
CMYK00.230.310.38
HSL14.69º20.16%52.35%-
HSV(B)14.69º31.01%61.96%-
XYZ23.722.0517.47-
YUV130.7115.76147.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.72%
GREEN value IS 121 (47.66% from 255) = 31.19%
BLUE value IS 109 (42.97% from 255) = 28.09%
R=40.72%
G=31.19%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15812110900.230.310.3814.6920.1652.35
Hex9E796D0171F26f1434
Octal2361711550273746172464
Binary100111101111001110110101011111111100110111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E796D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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