#93786F

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

Shades of Hemp #93786F

Tints of Hemp #93786F

Color information

#93786F (or 0x93786F) is unknown color: approx Hemp. HEX triplet: 93, 78 and 6F. RGB value is (147,120,111). Sum of RGB (Red+Green+Blue) = 147+120+111=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 120 (47.27% from 255 or 31.75% from 378); Blue value is 111 (43.75% from 255 or 29.37% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #93786F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93786F is #6C8790. Grayscale: #7F7F7F. Windows color (decimal): -7112593 or 7305363. OLE color: 7305363.

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

Color convert

RGB147120111-
CMYK00.180.240.42
HSL15º14.29%50.59%-
HSV(B)15º24.49%57.65%-
XYZ21.6220.7817.91-
YUV127.05118.95142.23-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.89%
GREEN value IS 120 (47.27% from 255) = 31.75%
BLUE value IS 111 (43.75% from 255) = 29.37%
R=38.89%
G=31.75%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712011100.180.240.421514.2950.59
Hex93786F012182Afe33
Octal2231701570223052171663
Binary10010011111100011011110100101100010101011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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