#93776B

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

Shades of Hemp #93776B

Tints of Hemp #93776B

Color information

#93776B (or 0x93776B) is unknown color: approx Hemp. HEX triplet: 93, 77 and 6B. RGB value is (147,119,107). Sum of RGB (Red+Green+Blue) = 147+119+107=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93776B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93776B is #6C8894. Grayscale: #7E7E7E. Windows color (decimal): -7112853 or 7042963. OLE color: 7042963.

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

Color convert

RGB147119107-
CMYK00.190.270.42
HSL18º15.75%49.8%-
HSV(B)18º27.21%57.65%-
XYZ21.2820.4616.74-
YUV126117.28142.98-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 119 (46.88% from 255) = 31.90%
BLUE value IS 107 (42.19% from 255) = 28.69%
R=39.41%
G=31.90%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711910700.190.270.421815.7549.8
Hex93776B0131B2A121032
Octal2231671530233352222062
Binary1001001111101111101011010011110111010101001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93776B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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