Html Css Color HEX #899386 Stack

📋 copy color: '#899386'

red 137 ◦ green 147 ◦ blue 134

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

Shades of Stack #899386

Tints of Stack #899386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 134 (52.73% from 255) = 32.06%

R = 32.78%
G = 35.17%
B = 32.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.09

 K value IS 0.42

RGB Variations

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

Color information

#899386 (or 0x899386) is known color: Stack. HEX triplet: 89, 93 and 86. RGB value is (137,147,134). Sum of RGB (Red+Green+Blue) = 137+147+134=418 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.78% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 134 (52.73% from 255 or 32.06% from 418); Max value from RGB is 147 - color contains mainly: green. Hex color #899386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #899386 is #766C79. Grayscale: #8E8E8E. Windows color (decimal): -7761018 or 8819593. OLE color: 8819593.

HSL color Cylindrical-coordinate representation of color #899386: hue angle of 106.15º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #899386 is Cyan = 0.07, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB 137 147 134 -
CMYK 0.07 0 0.09 0.42
HSL 106.15º 0.06% 0.55% -
HSV(B) 106.15º 0.09% 0.58% -
XYZ 25.05 27.91 26.62 -
YUV 142.53 123.19 124.06 -
System Red Green Blue C M Y K H S L
Decimal 137 147 134 0.07 0 0.09 0.42 106.15 0.06 0.55
Hex 89 93 86 7 0 9 2A 6A 6 37
Octal 211 223 206 7 0 11 52 152 6 67
Binary 10001001 10010011 10000110 111 0 1001 101010 1101010 110 110111

Color Harmonies of #899386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #899386

Black with #899386

Text Example


Text Example

White with #899386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #899386; }

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

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

background-color css

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

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

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

border-color css

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

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

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