#8D8A6E

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

Shades of Schist #8D8A6E

Tints of Schist #8D8A6E

Color information

#8D8A6E (or 0x8D8A6E) is unknown color: approx Schist. HEX triplet: 8D, 8A and 6E. RGB value is (141,138,110). Sum of RGB (Red+Green+Blue) = 141+138+110=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 110 (43.36% from 255 or 28.28% from 389); Max value from RGB is 141 - color contains mainly: red. Hex color #8D8A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8D8A6E is #727591. Grayscale: #878787. Windows color (decimal): -7501202 or 7244429. OLE color: 7244429.

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

Color convert

RGB141138110-
CMYK00.020.220.45
HSL54.19º12.35%49.22%-
HSV(B)54.19º21.99%55.29%-
XYZ22.8924.9718.36-
YUV135.7113.49131.78-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.25%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 110 (43.36% from 255) = 28.28%
R=36.25%
G=35.48%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14113811000.020.220.4554.1912.3549.22
Hex8D8A6E02162D36c31
Octal215212156022655661461
Binary10001101100010101101110010101101011011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D8A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,138,110); }

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

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

 a { background-color: rgb(141,138,110); }

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

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

 span { border-color: rgb(141,138,110); }

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