Html Css Color HEX #989096 Taupe Grey

📋 copy color: '#989096'

red 152 ◦ green 144 ◦ blue 150

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

Shades of Taupe Grey #989096

Tints of Taupe Grey #989096

RGB

 RED value IS 152 (59.77% from 255) = 34.08%

 GREEN value IS 144 (56.64% from 255) = 32.29%

 BLUE value IS 150 (58.98% from 255) = 33.63%

R = 34.08%
G = 32.29%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#989096 (or 0x989096) is known color: Taupe Grey. HEX triplet: 98, 90 and 96. RGB value is (152,144,150). Sum of RGB (Red+Green+Blue) = 152+144+150=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 144 (56.64% from 255 or 32.29% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 152 - color contains mainly: red. Hex color #989096 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #989096 is #676F69. Grayscale: #939393. Windows color (decimal): -6778730 or 9867416. OLE color: 9867416.

HSL color Cylindrical-coordinate representation of color #989096: hue angle of 315º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #989096 is Cyan = 0, Magento = 0.05, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 144 150 -
CMYK 0 0.05 0.01 0.40
HSL 315º 0.04% 0.58% -
HSV(B) 315º 0.05% 0.6% -
XYZ 28.43 28.82 32.92 -
YUV 147.08 129.65 131.51 -
System Red Green Blue C M Y K H S L
Decimal 152 144 150 0 0.05 0.01 0.40 315 0.04 0.58
Hex 98 90 96 0 5 1 28 13B 4 3A
Octal 230 220 226 0 5 1 50 473 4 72
Binary 10011000 10010000 10010110 0 101 1 101000 100111011 100 111010

Color Harmonies of #989096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #989096

Black with #989096

Text Example


Text Example

White with #989096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #989096; }

 p { color: rgb(152,144,150); }

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

background-color css

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

 a { background-color: rgb(152,144,150); }

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

border-color css

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

 span { border-color: rgb(152,144,150); }

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