#89896F

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

Shades of Schist #89896F

Tints of Schist #89896F

Color information

#89896F (or 0x89896F) is unknown color: approx Schist. HEX triplet: 89, 89 and 6F. RGB value is (137,137,111). Sum of RGB (Red+Green+Blue) = 137+137+111=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 137 (53.91% from 255 or 35.58% from 385); Blue value is 111 (43.75% from 255 or 28.83% from 385); Max value from RGB is 137 - color contains mainly: red, green. Hex color #89896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89896F is #767690. Grayscale: #868686. Windows color (decimal): -7763601 or 7309705. OLE color: 7309705.

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

Color convert

RGB137137111-
CMYK000.190.46
HSL60º10.48%48.63%-
HSV(B)60º18.98%53.73%-
XYZ22.1324.3618.57-
YUV134.04115130.11-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.58%
GREEN value IS 137 (53.91% from 255) = 35.58%
BLUE value IS 111 (43.75% from 255) = 28.83%
R=35.58%
G=35.58%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137137111000.190.466010.4848.63
Hex89896F00132E3ca31
Octal211211157002356741261
Binary1000100110001001110111100100111011101111001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89896F; }

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

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

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

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

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

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

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

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