Html Css Color HEX #988597 Taupe Grey

📋 copy color: '#988597'

red 152 ◦ green 133 ◦ blue 151

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

Shades of Taupe Grey #988597

Tints of Taupe Grey #988597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 34.86%
G = 30.5%
B = 34.63%

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

#988597 (or 0x988597) is known color: Taupe Grey. HEX triplet: 98, 85 and 97. RGB value is (152,133,151). Sum of RGB (Red+Green+Blue) = 152+133+151=436 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.86% from 436); Green value is 133 (52.34% from 255 or 30.50% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 152 - color contains mainly: red. Hex color #988597 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988597 is #677A68. Grayscale: #8C8C8C. Windows color (decimal): -6781545 or 9930136. OLE color: 9930136.

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

Color convert

RGB 152 133 151 -
CMYK 0 0.13 0.01 0.40
HSL 303.16º 0.08% 0.56% -
HSV(B) 303.16º 0.13% 0.6% -
XYZ 26.92 25.68 32.82 -
YUV 140.73 133.79 136.04 -
System Red Green Blue C M Y K H S L
Decimal 152 133 151 0 0.13 0.01 0.40 303.16 0.08 0.56
Hex 98 85 97 0 D 1 28 12F 8 38
Octal 230 205 227 0 15 1 50 457 10 70
Binary 10011000 10000101 10010111 0 1101 1 101000 100101111 1000 111000

Color Harmonies of #988597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988597

Black with #988597

Text Example


Text Example

White with #988597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988597; }

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

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

background-color css

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

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

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

border-color css

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

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

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