Html Css Color HEX #898971 Schist

📋 copy color: '#898971'

red 137 ◦ green 137 ◦ blue 113

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

Shades of Schist #898971

Tints of Schist #898971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.2%

R = 35.4%
G = 35.4%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#898971 (or 0x898971) is known color: Schist. HEX triplet: 89, 89 and 71. RGB value is (137,137,113). Sum of RGB (Red+Green+Blue) = 137+137+113=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 137 (53.91% from 255 or 35.40% from 387); Blue value is 113 (44.53% from 255 or 29.20% from 387); Max value from RGB is 137 - color contains mainly: red, green. Hex color #898971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898971 is #76768E. Grayscale: #868686. Windows color (decimal): -7763599 or 7440777. OLE color: 7440777.

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

Color convert

RGB 137 137 113 -
CMYK 0 0 0.18 0.46
HSL 60º 0.1% 0.49% -
HSV(B) 60º 0.18% 0.54% -
XYZ 22.24 24.4 19.16 -
YUV 134.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 137 137 113 0 0 0.18 0.46 60 0.1 0.49
Hex 89 89 71 0 0 12 2E 3C A 31
Octal 211 211 161 0 0 22 56 74 12 61
Binary 10001001 10001001 1110001 0 0 10010 101110 111100 1010 110001

Color Harmonies of #898971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898971

Black with #898971

Text Example


Text Example

White with #898971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898971; }

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

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

background-color css

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

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

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

border-color css

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

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

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