#8D8C70

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

Shades of Schist #8D8C70

Tints of Schist #8D8C70

Color information

#8D8C70 (or 0x8D8C70) is unknown color: approx Schist. HEX triplet: 8D, 8C and 70. RGB value is (141,140,112). Sum of RGB (Red+Green+Blue) = 141+140+112=393 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.88% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8C70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8C70 is #72738F. Grayscale: #898989. Windows color (decimal): -7500688 or 7376013. OLE color: 7376013.

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

Color convert

RGB141140112-
CMYK00.010.210.45
HSL57.93º11.46%49.61%-
HSV(B)57.93º20.57%55.29%-
XYZ23.2925.5919.04-
YUV137.11113.83130.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.88%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=35.88%
G=35.62%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14114011200.010.210.4557.9311.4649.61
Hex8D8C7001152D3ab32
Octal215214160012555721362
Binary1000110110001100111000001101011011011110101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,140,112); }

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

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

 a { background-color: rgb(141,140,112); }

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

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

 span { border-color: rgb(141,140,112); }

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