Html Css Color HEX #898973 Schist

📋 copy color: '#898973'

red 137 ◦ green 137 ◦ blue 115

#898973
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Schist #898973

Tints of Schist #898973

RGB

 RED value IS 137 (53.91% from 255) = 35.22%

 GREEN value IS 137 (53.91% from 255) = 35.22%

 BLUE value IS 115 (45.31% from 255) = 29.56%

R = 35.22%
G = 35.22%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#898973 (or 0x898973) is known color: Schist. HEX triplet: 89, 89 and 73. RGB value is (137,137,115). Sum of RGB (Red+Green+Blue) = 137+137+115=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898973 is #76768C. Grayscale: #868686. Windows color (decimal): -7763597 or 7571849. OLE color: 7571849.

HSL color Cylindrical-coordinate representation of color #898973: 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.16%. Process color model (Four color, CMYK) of #898973 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 137 115 -
CMYK 0 0 0.16 0.46
HSL 60º 0.09% 0.49% -
HSV(B) 60º 0.16% 0.54% -
XYZ 22.36 24.45 19.76 -
YUV 134.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 137 137 115 0 0 0.16 0.46 60 0.09 0.49
Hex 89 89 73 0 0 10 2E 3C 9 31
Octal 211 211 163 0 0 20 56 74 11 61
Binary 10001001 10001001 1110011 0 0 10000 101110 111100 1001 110001

Color Harmonies of #898973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898973

Black with #898973

Text Example


Text Example

White with #898973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898973; }

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

 H1.HeaderClassName
 {
   color: #898973;
 }
 .AnyTagClassName
 {
   color: #898973;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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