Html Css Color HEX #988595 Taupe Grey

📋 copy color: '#988595'

red 152 ◦ green 133 ◦ blue 149

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

Shades of Taupe Grey #988595

Tints of Taupe Grey #988595

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 34.33%

R = 35.02%
G = 30.65%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#988595 (or 0x988595) is known color: Taupe Grey. HEX triplet: 98, 85 and 95. RGB value is (152,133,149). Sum of RGB (Red+Green+Blue) = 152+133+149=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 133 (52.34% from 255 or 30.65% from 434); Blue value is 149 (58.59% from 255 or 34.33% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #988595 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988595 is #677A6A. Grayscale: #8C8C8C. Windows color (decimal): -6781547 or 9799064. OLE color: 9799064.

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

Color convert

RGB 152 133 149 -
CMYK 0 0.13 0.02 0.40
HSL 309.47º 0.08% 0.56% -
HSV(B) 309.47º 0.13% 0.6% -
XYZ 26.76 25.62 31.97 -
YUV 140.51 132.79 136.2 -
System Red Green Blue C M Y K H S L
Decimal 152 133 149 0 0.13 0.02 0.40 309.47 0.08 0.56
Hex 98 85 95 0 D 2 28 135 8 38
Octal 230 205 225 0 15 2 50 465 10 70
Binary 10011000 10000101 10010101 0 1101 10 101000 100110101 1000 111000

Color Harmonies of #988595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988595

Black with #988595

Text Example


Text Example

White with #988595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988595; }

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

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

background-color css

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

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

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

border-color css

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

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

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