Html Css Color HEX #988596 Taupe Grey

📋 copy color: '#988596'

red 152 ◦ green 133 ◦ blue 150

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

Shades of Taupe Grey #988596

Tints of Taupe Grey #988596

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.57%

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

R = 34.94%
G = 30.57%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#988596 (or 0x988596) is known color: Taupe Grey. HEX triplet: 98, 85 and 96. RGB value is (152,133,150). Sum of RGB (Red+Green+Blue) = 152+133+150=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 133 (52.34% from 255 or 30.57% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #988596 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988596 is #677A69. Grayscale: #8C8C8C. Windows color (decimal): -6781546 or 9864600. OLE color: 9864600.

HSL color Cylindrical-coordinate representation of color #988596: hue angle of 306.32º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #988596 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 133 150 -
CMYK 0 0.13 0.01 0.40
HSL 306.32º 0.08% 0.56% -
HSV(B) 306.32º 0.13% 0.6% -
XYZ 26.84 25.65 32.39 -
YUV 140.62 133.29 136.12 -
System Red Green Blue C M Y K H S L
Decimal 152 133 150 0 0.13 0.01 0.40 306.32 0.08 0.56
Hex 98 85 96 0 D 1 28 132 8 38
Octal 230 205 226 0 15 1 50 462 10 70
Binary 10011000 10000101 10010110 0 1101 1 101000 100110010 1000 111000

Color Harmonies of #988596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988596

Black with #988596

Text Example


Text Example

White with #988596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988596; }

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

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

background-color css

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

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

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

border-color css

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

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

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