#8C896E

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

Shades of Schist #8C896E

Tints of Schist #8C896E

Color information

#8C896E (or 0x8C896E) is unknown color: approx Schist. HEX triplet: 8C, 89 and 6E. RGB value is (140,137,110). Sum of RGB (Red+Green+Blue) = 140+137+110=387 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.18% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 140 - color contains mainly: red. Hex color #8C896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C896E is #737691. Grayscale: #868686. Windows color (decimal): -7566994 or 7244172. OLE color: 7244172.

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

Color convert

RGB140137110-
CMYK00.020.210.45
HSL54º12%49.02%-
HSV(B)54º21.43%54.9%-
XYZ22.5824.5918.31-
YUV134.82113.99131.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.18%
GREEN value IS 137 (53.91% from 255) = 35.40%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=36.18%
G=35.40%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013711000.020.210.45541249.02
Hex8C896E02152D36c31
Octal214211156022555661461
Binary10001100100010011101110010101011011011101101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,137,110); }

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

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

 a { background-color: rgb(140,137,110); }

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

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

 span { border-color: rgb(140,137,110); }

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