#93766B

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

Shades of Hemp #93766B

Tints of Hemp #93766B

Color information

#93766B (or 0x93766B) is unknown color: approx Hemp. HEX triplet: 93, 76 and 6B. RGB value is (147,118,107). Sum of RGB (Red+Green+Blue) = 147+118+107=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 107 (42.19% from 255 or 28.76% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #93766B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93766B is #6C8994. Grayscale: #7D7D7D. Windows color (decimal): -7113109 or 7042707. OLE color: 7042707.

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

Color convert

RGB147118107-
CMYK00.200.270.42
HSL16.5º15.75%49.8%-
HSV(B)16.5º27.21%57.65%-
XYZ21.1620.2216.7-
YUV125.42117.61143.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.52%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 107 (42.19% from 255) = 28.76%
R=39.52%
G=31.72%
B=28.76%

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
Decimal14711810700.200.270.4216.515.7549.8
Hex93766B0141B2A101032
Octal2231661530243352202062
Binary1001001111101101101011010100110111010101000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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