#93776E

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

Shades of Hemp #93776E

Tints of Hemp #93776E

Color information

#93776E (or 0x93776E) is unknown color: approx Hemp. HEX triplet: 93, 77 and 6E. RGB value is (147,119,110). Sum of RGB (Red+Green+Blue) = 147+119+110=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93776E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93776E is #6C8891. Grayscale: #7E7E7E. Windows color (decimal): -7112850 or 7239571. OLE color: 7239571.

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

Color convert

RGB147119110-
CMYK00.190.250.42
HSL14.59º14.62%50.39%-
HSV(B)14.59º25.17%57.65%-
XYZ21.4420.5217.58-
YUV126.35118.78142.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 119 (46.88% from 255) = 31.65%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=39.10%
G=31.65%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711911000.190.250.4214.5914.6250.39
Hex93776E013192Aff32
Octal2231671560233152171762
Binary10010011111011111011100100111100110101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93776E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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