#8D8971

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

Shades of Schist #8D8971

Tints of Schist #8D8971

Color information

#8D8971 (or 0x8D8971) is unknown color: approx Schist. HEX triplet: 8D, 89 and 71. RGB value is (141,137,113). Sum of RGB (Red+Green+Blue) = 141+137+113=391 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.06% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8971 is #72768E. Grayscale: #878787. Windows color (decimal): -7501455 or 7440781. OLE color: 7440781.

HSL color Cylindrical-coordinate representation of color #8D8971: hue angle of 51.43º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8D8971 is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB141137113-
CMYK00.030.200.45
HSL51.43º11.02%49.8%-
HSV(B)51.43º19.86%55.29%-
XYZ22.9124.7519.19-
YUV135.46115.33131.95-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.06%
GREEN value IS 137 (53.91% from 255) = 35.04%
BLUE value IS 113 (44.53% from 255) = 28.90%
R=36.06%
G=35.04%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113711300.030.200.4551.4311.0249.8
Hex8D897103142D33b32
Octal215211161032455631362
Binary10001101100010011110001011101001011011100111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,137,113); }

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

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

 a { background-color: rgb(141,137,113); }

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

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

 span { border-color: rgb(141,137,113); }

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