#898670

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

Shades of Schist #898670

Tints of Schist #898670

Color information

#898670 (or 0x898670) is unknown color: approx Schist. HEX triplet: 89, 86 and 70. RGB value is (137,134,112). Sum of RGB (Red+Green+Blue) = 137+134+112=383 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.77% from 383); Green value is 134 (52.73% from 255 or 34.99% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 137 - color contains mainly: red. Hex color #898670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898670 is #76798F. Grayscale: #848484. Windows color (decimal): -7764368 or 7374473. OLE color: 7374473.

HSL color Cylindrical-coordinate representation of color #898670: hue angle of 52.8º 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 #898670 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB137134112-
CMYK00.020.180.46
HSL52.8º10.04%48.82%-
HSV(B)52.8º18.25%53.73%-
XYZ21.7723.5418.73-
YUV132.39116.49131.29-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.77%
GREEN value IS 134 (52.73% from 255) = 34.99%
BLUE value IS 112 (44.14% from 255) = 29.24%
R=35.77%
G=34.99%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13713411200.020.180.4652.810.0448.82
Hex89867002122E35a31
Octal211206160022256651261
Binary10001001100001101110000010100101011101101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898670; }

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

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

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

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

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

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

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

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