#93746E

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

Shades of Hemp #93746E

Tints of Hemp #93746E

Color information

#93746E (or 0x93746E) is unknown color: approx Hemp. HEX triplet: 93, 74 and 6E. RGB value is (147,116,110). Sum of RGB (Red+Green+Blue) = 147+116+110=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #93746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93746E is #6C8B91. Grayscale: #7C7C7C. Windows color (decimal): -7113618 or 7238803. OLE color: 7238803.

HSL color Cylindrical-coordinate representation of color #93746E: hue angle of 9.73º 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 #93746E is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB147116110-
CMYK00.210.250.42
HSL9.73º14.62%50.39%-
HSV(B)9.73º25.17%57.65%-
XYZ21.0919.8217.47-
YUV124.58119.77143.99-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.41%
GREEN value IS 116 (45.70% from 255) = 31.10%
BLUE value IS 110 (43.36% from 255) = 29.49%
R=39.41%
G=31.10%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711611000.210.250.429.7314.6250.39
Hex93746E015192Aaf32
Octal2231641560253152121762
Binary10010011111010011011100101011100110101010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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