Html Css Color HEX #898672 Schist

📋 copy color: '#898672'

red 137 ◦ green 134 ◦ blue 114

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

Shades of Schist #898672

Tints of Schist #898672

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.81%

 BLUE value IS 114 (44.92% from 255) = 29.61%

R = 35.58%
G = 34.81%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#898672 (or 0x898672) is known color: Schist. HEX triplet: 89, 86 and 72. RGB value is (137,134,114). Sum of RGB (Red+Green+Blue) = 137+134+114=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 134 (52.73% from 255 or 34.81% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 137 - color contains mainly: red. Hex color #898672 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898672 is #76798D. Grayscale: #848484. Windows color (decimal): -7764366 or 7505545. OLE color: 7505545.

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

Color convert

RGB 137 134 114 -
CMYK 0 0.02 0.17 0.46
HSL 52.17º 0.09% 0.49% -
HSV(B) 52.17º 0.17% 0.54% -
XYZ 21.88 23.58 19.32 -
YUV 132.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 137 134 114 0 0.02 0.17 0.46 52.17 0.09 0.49
Hex 89 86 72 0 2 11 2E 34 9 31
Octal 211 206 162 0 2 21 56 64 11 61
Binary 10001001 10000110 1110010 0 10 10001 101110 110100 1001 110001

Color Harmonies of #898672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898672

Black with #898672

Text Example


Text Example

White with #898672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898672; }

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

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

background-color css

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

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

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

border-color css

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

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

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