Html Css Color HEX #948991 Taupe Grey

📋 copy color: '#948991'

red 148 ◦ green 137 ◦ blue 145

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

Shades of Taupe Grey #948991

Tints of Taupe Grey #948991

RGB

 RED value IS 148 (58.2% from 255) = 34.42%

 GREEN value IS 137 (53.91% from 255) = 31.86%

 BLUE value IS 145 (57.03% from 255) = 33.72%

R = 34.42%
G = 31.86%
B = 33.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948991 (or 0x948991) is known color: Taupe Grey. HEX triplet: 94, 89 and 91. RGB value is (148,137,145). Sum of RGB (Red+Green+Blue) = 148+137+145=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 145 (57.03% from 255 or 33.72% from 430); Max value from RGB is 148 - color contains mainly: red. Hex color #948991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948991 is #6B766E. Grayscale: #8D8D8D. Windows color (decimal): -7042671 or 9537940. OLE color: 9537940.

HSL color Cylindrical-coordinate representation of color #948991: hue angle of 316.36º degrees, saturation: 0.05, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #948991 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 137 145 -
CMYK 0 0.07 0.02 0.42
HSL 316.36º 0.05% 0.56% -
HSV(B) 316.36º 0.07% 0.58% -
XYZ 26.27 26.23 30.47 -
YUV 141.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 148 137 145 0 0.07 0.02 0.42 316.36 0.05 0.56
Hex 94 89 91 0 7 2 2A 13C 5 38
Octal 224 211 221 0 7 2 52 474 5 70
Binary 10010100 10001001 10010001 0 111 10 101010 100111100 101 111000

Color Harmonies of #948991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948991

Black with #948991

Text Example


Text Example

White with #948991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948991; }

 p { color: rgb(148,137,145); }

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

background-color css

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

 a { background-color: rgb(148,137,145); }

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

border-color css

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

 span { border-color: rgb(148,137,145); }

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