#898870

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

Shades of Schist #898870

Tints of Schist #898870

Color information

#898870 (or 0x898870) is unknown color: approx Schist. HEX triplet: 89, 88 and 70. RGB value is (137,136,112). Sum of RGB (Red+Green+Blue) = 137+136+112=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 136 (53.52% from 255 or 35.32% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898870 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898870 is #76778F. Grayscale: #858585. Windows color (decimal): -7763856 or 7374985. OLE color: 7374985.

HSL color Cylindrical-coordinate representation of color #898870: hue angle of 57.6º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #898870 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB137136112-
CMYK00.010.180.46
HSL57.6º10.04%48.82%-
HSV(B)57.6º18.25%53.73%-
XYZ22.0524.118.82-
YUV133.56115.83130.45-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 136 (53.52% from 255) = 35.32%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=35.58%
G=35.32%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713611200.010.180.4657.610.0448.82
Hex89887001122E3aa31
Octal211210160012256721261
Binary1000100110001000111000001100101011101110101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898870; }

 p { color: rgb(137,136,112); }

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

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

 a { background-color: rgb(137,136,112); }

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

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

 span { border-color: rgb(137,136,112); }

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