#8D746C

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

Shades of Hemp #8D746C

Tints of Hemp #8D746C

Color information

#8D746C (or 0x8D746C) is unknown color: approx Hemp. HEX triplet: 8D, 74 and 6C. RGB value is (141,116,108). Sum of RGB (Red+Green+Blue) = 141+116+108=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D746C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D746C is #728B93. Grayscale: #7A7A7A. Windows color (decimal): -7506836 or 7107725. OLE color: 7107725.

HSL color Cylindrical-coordinate representation of color #8D746C: hue angle of 14.55º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8D746C is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB141116108-
CMYK00.180.230.45
HSL14.55º13.25%48.82%-
HSV(B)14.55º23.4%55.29%-
XYZ19.9419.2416.85-
YUV122.56119.78141.15-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 38.63%
GREEN value IS 116 (45.70% from 255) = 31.78%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=38.63%
G=31.78%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14111610800.180.230.4514.5513.2548.82
Hex8D746C012172Dfd31
Octal2151641540222755171561
Binary10001101111010011011000100101011110110111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D746C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D746C; }

 p { color: rgb(141,116,108); }

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

<style>
 a { background-color: #8D746C; }

 a { background-color: rgb(141,116,108); }

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

<style>
 span { border-color: #8D746C; }

 span { border-color: rgb(141,116,108); }

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