#8E8C6F

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

Shades of Schist #8E8C6F

Tints of Schist #8E8C6F

Color information

#8E8C6F (or 0x8E8C6F) is unknown color: approx Schist. HEX triplet: 8E, 8C and 6F. RGB value is (142,140,111). Sum of RGB (Red+Green+Blue) = 142+140+111=393 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.13% from 393); Green value is 140 (55.08% from 255 or 35.62% from 393); Blue value is 111 (43.75% from 255 or 28.24% from 393); Max value from RGB is 142 - color contains mainly: red. Hex color #8E8C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8E8C6F is #717390. Grayscale: #898989. Windows color (decimal): -7435153 or 7310478. OLE color: 7310478.

HSL color Cylindrical-coordinate representation of color #8E8C6F: hue angle of 56.13º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8E8C6F is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB142140111-
CMYK00.010.220.44
HSL56.13º12.25%49.61%-
HSV(B)56.13º21.83%55.69%-
XYZ23.425.6518.76-
YUV137.29113.16131.36-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 36.13%
GREEN value IS 140 (55.08% from 255) = 35.62%
BLUE value IS 111 (43.75% from 255) = 28.24%
R=36.13%
G=35.62%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14214011100.010.220.4456.1312.2549.61
Hex8E8C6F01162C38c32
Octal216214157012654701462
Binary1000111010001100110111101101101011001110001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,140,111); }

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

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

 a { background-color: rgb(142,140,111); }

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

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

 span { border-color: rgb(142,140,111); }

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