Html Css Color HEX #898186 Taupe Grey

📋 copy color: '#898186'

red 137 ◦ green 129 ◦ blue 134

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

Shades of Taupe Grey #898186

Tints of Taupe Grey #898186

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.25%

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

R = 34.25%
G = 32.25%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#898186 (or 0x898186) is known color: Taupe Grey. HEX triplet: 89, 81 and 86. RGB value is (137,129,134). Sum of RGB (Red+Green+Blue) = 137+129+134=400 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.25% from 400); Green value is 129 (50.78% from 255 or 32.25% from 400); Blue value is 134 (52.73% from 255 or 33.5% from 400); Max value from RGB is 137 - color contains mainly: red. Hex color #898186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #898186 is #767E79. Grayscale: #838383. Windows color (decimal): -7765626 or 8814985. OLE color: 8814985.

HSL color Cylindrical-coordinate representation of color #898186: hue angle of 322.5º degrees, saturation: 0.03, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #898186 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 129 134 -
CMYK 0 0.06 0.02 0.46
HSL 322.5º 0.03% 0.52% -
HSV(B) 322.5º 0.06% 0.54% -
XYZ 22.47 22.74 25.76 -
YUV 131.96 129.15 131.59 -
System Red Green Blue C M Y K H S L
Decimal 137 129 134 0 0.06 0.02 0.46 322.5 0.03 0.52
Hex 89 81 86 0 6 2 2E 142 3 34
Octal 211 201 206 0 6 2 56 502 3 64
Binary 10001001 10000001 10000110 0 110 10 101110 101000010 11 110100

Color Harmonies of #898186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898186

Black with #898186

Text Example


Text Example

White with #898186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898186; }

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

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

background-color css

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

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

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

border-color css

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

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

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