#96796E

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

Shades of Hemp #96796E

Tints of Hemp #96796E

Color information

#96796E (or 0x96796E) is unknown color: approx Hemp. HEX triplet: 96, 79 and 6E. RGB value is (150,121,110). Sum of RGB (Red+Green+Blue) = 150+121+110=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 110 (43.36% from 255 or 28.87% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96796E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96796E is #698691. Grayscale: #808080. Windows color (decimal): -6915730 or 7240086. OLE color: 7240086.

HSL color Cylindrical-coordinate representation of color #96796E: hue angle of 16.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96796E is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB150121110-
CMYK00.190.270.41
HSL16.5º16%50.98%-
HSV(B)16.5º26.67%58.82%-
XYZ22.2321.2817.69-
YUV128.42117.61143.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 121 (47.66% from 255) = 31.76%
BLUE value IS 110 (43.36% from 255) = 28.87%
R=39.37%
G=31.76%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012111000.190.270.4116.51650.98
Hex96796E0131B29101033
Octal2261711560233351202063
Binary1001011011110011101110010011110111010011000010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96796E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96796E; }

 p { color: rgb(150,121,110); }

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

<style>
 a { background-color: #96796E; }

 a { background-color: rgb(150,121,110); }

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

<style>
 span { border-color: #96796E; }

 span { border-color: rgb(150,121,110); }

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