#96776A

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

Shades of Hemp #96776A

Tints of Hemp #96776A

Color information

#96776A (or 0x96776A) is unknown color: approx Hemp. HEX triplet: 96, 77 and 6A. RGB value is (150,119,106). Sum of RGB (Red+Green+Blue) = 150+119+106=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96776A is #698895. Grayscale: #7E7E7E. Windows color (decimal): -6916246 or 6977430. OLE color: 6977430.

HSL color Cylindrical-coordinate representation of color #96776A: hue angle of 17.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96776A is Cyan = 0, Magento = 0.21, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB150119106-
CMYK00.210.290.41
HSL17.73º17.32%50.2%-
HSV(B)17.73º29.33%58.82%-
XYZ21.7820.7216.49-
YUV126.79116.27144.56-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 40%
GREEN value IS 119 (46.88% from 255) = 31.73%
BLUE value IS 106 (41.80% from 255) = 28.27%
R=40%
G=31.73%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011910600.210.290.4117.7317.3250.2
Hex96776A0151D29121132
Octal2261671520253551222162
Binary1001011011101111101010010101111011010011001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96776A; }

 p { color: rgb(150,119,106); }

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

<style>
 a { background-color: #96776A; }

 a { background-color: rgb(150,119,106); }

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

<style>
 span { border-color: #96776A; }

 span { border-color: rgb(150,119,106); }

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