#93756A

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

Shades of Hemp #93756A

Tints of Hemp #93756A

Color information

#93756A (or 0x93756A) is unknown color: approx Hemp. HEX triplet: 93, 75 and 6A. RGB value is (147,117,106). Sum of RGB (Red+Green+Blue) = 147+117+106=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 106 (41.80% from 255 or 28.65% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #93756A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93756A is #6C8A95. Grayscale: #7C7C7C. Windows color (decimal): -7113366 or 6976915. OLE color: 6976915.

HSL color Cylindrical-coordinate representation of color #93756A: hue angle of 16.1º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #93756A is Cyan = 0, Magento = 0.20, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB147117106-
CMYK00.200.280.42
HSL16.1º16.21%49.61%-
HSV(B)16.1º27.89%57.65%-
XYZ2119.9716.38-
YUV124.72117.44143.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.73%
GREEN value IS 117 (46.09% from 255) = 31.62%
BLUE value IS 106 (41.80% from 255) = 28.65%
R=39.73%
G=31.62%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14711710600.200.280.4216.116.2149.61
Hex93756A0141C2A101032
Octal2231651520243452202062
Binary1001001111101011101010010100111001010101000010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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