#93776A

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

Shades of Hemp #93776A

Tints of Hemp #93776A

Color information

#93776A (or 0x93776A) is unknown color: approx Hemp. HEX triplet: 93, 77 and 6A. RGB value is (147,119,106). Sum of RGB (Red+Green+Blue) = 147+119+106=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93776A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93776A is #6C8895. Grayscale: #7D7D7D. Windows color (decimal): -7112854 or 6977427. OLE color: 6977427.

HSL color Cylindrical-coordinate representation of color #93776A: hue angle of 19.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93776A is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147119106-
CMYK00.190.280.42
HSL19.02º16.21%49.61%-
HSV(B)19.02º27.89%57.65%-
XYZ21.2320.4416.46-
YUV125.89116.78143.06-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 119 (46.88% from 255) = 31.99%
BLUE value IS 106 (41.80% from 255) = 28.49%
R=39.52%
G=31.99%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711910600.190.280.4219.0216.2149.61
Hex93776A0131C2A131032
Octal2231671520233452232062
Binary1001001111101111101010010011111001010101001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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