#898972

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

Shades of Schist #898972

Tints of Schist #898972

Color information

#898972 (or 0x898972) is unknown color: approx Schist. HEX triplet: 89, 89 and 72. RGB value is (137,137,114). Sum of RGB (Red+Green+Blue) = 137+137+114=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 114 (44.92% from 255 or 29.38% from 388); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898972 is #76768D. Grayscale: #868686. Windows color (decimal): -7763598 or 7506313. OLE color: 7506313.

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

Color convert

RGB137137114-
CMYK000.170.46
HSL60º9.16%49.22%-
HSV(B)60º16.79%53.73%-
XYZ22.324.4219.46-
YUV134.38116.5129.87-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.31%
GREEN value IS 137 (53.91% from 255) = 35.31%
BLUE value IS 114 (44.92% from 255) = 29.38%
R=35.31%
G=35.31%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137137114000.170.46609.1649.22
Hex89897200112E3c931
Octal211211162002156741161
Binary1000100110001001111001000100011011101111001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #898972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #898972; }

 p { color: rgb(137,137,114); }

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

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

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

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

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

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

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