#93766F

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

Shades of Hemp #93766F

Tints of Hemp #93766F

Color information

#93766F (or 0x93766F) is unknown color: approx Hemp. HEX triplet: 93, 76 and 6F. RGB value is (147,118,111). Sum of RGB (Red+Green+Blue) = 147+118+111=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93766F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93766F is #6C8990. Grayscale: #7D7D7D. Windows color (decimal): -7113105 or 7304851. OLE color: 7304851.

HSL color Cylindrical-coordinate representation of color #93766F: hue angle of 11.67º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #93766F is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB147118111-
CMYK00.200.240.42
HSL11.67º14.29%50.59%-
HSV(B)11.67º24.49%57.65%-
XYZ21.3820.3117.83-
YUV125.87119.61143.07-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.10%
GREEN value IS 118 (46.48% from 255) = 31.38%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=39.10%
G=31.38%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711811100.200.240.4211.6714.2950.59
Hex93766F014182Ace33
Octal2231661570243052141663
Binary10010011111011011011110101001100010101011001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93766F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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