Html Css Color HEX #988694 Taupe Grey

📋 copy color: '#988694'

red 152 ◦ green 134 ◦ blue 148

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

Shades of Taupe Grey #988694

Tints of Taupe Grey #988694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 35.02%
G = 30.88%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#988694 (or 0x988694) is known color: Taupe Grey. HEX triplet: 98, 86 and 94. RGB value is (152,134,148). Sum of RGB (Red+Green+Blue) = 152+134+148=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 152 - color contains mainly: red. Hex color #988694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #988694 is #67796B. Grayscale: #8C8C8C. Windows color (decimal): -6781292 or 9733784. OLE color: 9733784.

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

Color convert

RGB 152 134 148 -
CMYK 0 0.12 0.03 0.40
HSL 313.33º 0.08% 0.56% -
HSV(B) 313.33º 0.12% 0.6% -
XYZ 26.82 25.86 31.6 -
YUV 140.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 152 134 148 0 0.12 0.03 0.40 313.33 0.08 0.56
Hex 98 86 94 0 C 3 28 139 8 38
Octal 230 206 224 0 14 3 50 471 10 70
Binary 10011000 10000110 10010100 0 1100 11 101000 100111001 1000 111000

Color Harmonies of #988694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #988694

Black with #988694

Text Example


Text Example

White with #988694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #988694; }

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

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

background-color css

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

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

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

border-color css

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

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

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