#93766C

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

Shades of Hemp #93766C

Tints of Hemp #93766C

Color information

#93766C (or 0x93766C) is unknown color: approx Hemp. HEX triplet: 93, 76 and 6C. RGB value is (147,118,108). Sum of RGB (Red+Green+Blue) = 147+118+108=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 108 (42.58% from 255 or 28.95% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93766C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93766C is #6C8993. Grayscale: #7D7D7D. Windows color (decimal): -7113108 or 7108243. OLE color: 7108243.

HSL color Cylindrical-coordinate representation of color #93766C: hue angle of 15.38º degrees, saturation: 0.15, 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 #93766C is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147118108-
CMYK00.200.270.42
HSL15.38º15.29%50%-
HSV(B)15.38º26.53%57.65%-
XYZ21.2220.2416.98-
YUV125.53118.11143.31-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 108 (42.58% from 255) = 28.95%
R=39.41%
G=31.64%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711810800.200.270.4215.3815.2950
Hex93766C0141B2Aff32
Octal2231661540243352171762
Binary10010011111011011011000101001101110101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93766C; }

 p { color: rgb(147,118,108); }

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

<style>
 a { background-color: #93766C; }

 a { background-color: rgb(147,118,108); }

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

<style>
 span { border-color: #93766C; }

 span { border-color: rgb(147,118,108); }

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