#93756B

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

Shades of Hemp #93756B

Tints of Hemp #93756B

Color information

#93756B (or 0x93756B) is unknown color: approx Hemp. HEX triplet: 93, 75 and 6B. RGB value is (147,117,107). Sum of RGB (Red+Green+Blue) = 147+117+107=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93756B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93756B is #6C8A94. Grayscale: #7C7C7C. Windows color (decimal): -7113365 or 7042451. OLE color: 7042451.

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

Color convert

RGB147117107-
CMYK00.200.270.42
HSL15º15.75%49.8%-
HSV(B)15º27.21%57.65%-
XYZ21.0519.9916.66-
YUV124.83117.94143.81-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.62%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=39.62%
G=31.54%
B=28.84%

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
Decimal14711710700.200.270.421515.7549.8
Hex93756B0141B2Af1032
Octal2231651530243352172062
Binary100100111110101110101101010011011101010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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