Html Css Color HEX #988695 Taupe Grey

📋 copy color: '#988695'

red 152 ◦ green 134 ◦ blue 149

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

Shades of Taupe Grey #988695

Tints of Taupe Grey #988695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.8%

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

R = 34.94%
G = 30.8%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#988695 (or 0x988695) is known color: Taupe Grey. HEX triplet: 98, 86 and 95. RGB value is (152,134,149). Sum of RGB (Red+Green+Blue) = 152+134+149=435 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.94% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 149 (58.59% from 255 or 34.25% from 435); Max value from RGB is 152 - color contains mainly: red. Hex color #988695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988695 is #67796A. Grayscale: #8D8D8D. Windows color (decimal): -6781291 or 9799320. OLE color: 9799320.

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

Color convert

RGB 152 134 149 -
CMYK 0 0.12 0.02 0.40
HSL 310º 0.08% 0.56% -
HSV(B) 310º 0.12% 0.6% -
XYZ 26.9 25.9 32.01 -
YUV 141.09 132.46 135.78 -
System Red Green Blue C M Y K H S L
Decimal 152 134 149 0 0.12 0.02 0.40 310 0.08 0.56
Hex 98 86 95 0 C 2 28 136 8 38
Octal 230 206 225 0 14 2 50 466 10 70
Binary 10011000 10000110 10010101 0 1100 10 101000 100110110 1000 111000

Color Harmonies of #988695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988695

Black with #988695

Text Example


Text Example

White with #988695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988695; }

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

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

background-color css

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

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

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

border-color css

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

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

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