Html Css Color HEX #948391 Taupe Grey

📋 copy color: '#948391'

red 148 ◦ green 131 ◦ blue 145

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

Shades of Taupe Grey #948391

Tints of Taupe Grey #948391

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

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

R = 34.91%
G = 30.9%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948391 (or 0x948391) is known color: Taupe Grey. HEX triplet: 94, 83 and 91. RGB value is (148,131,145). Sum of RGB (Red+Green+Blue) = 148+131+145=424 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.91% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 148 - color contains mainly: red. Hex color #948391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948391 is #6B7C6E. Grayscale: #898989. Windows color (decimal): -7044207 or 9536404. OLE color: 9536404.

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

Color convert

RGB 148 131 145 -
CMYK 0 0.11 0.02 0.42
HSL 310.59º 0.07% 0.55% -
HSV(B) 310.59º 0.11% 0.58% -
XYZ 25.44 24.57 30.19 -
YUV 137.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 148 131 145 0 0.11 0.02 0.42 310.59 0.07 0.55
Hex 94 83 91 0 B 2 2A 137 7 37
Octal 224 203 221 0 13 2 52 467 7 67
Binary 10010100 10000011 10010001 0 1011 10 101010 100110111 111 110111

Color Harmonies of #948391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948391

Black with #948391

Text Example


Text Example

White with #948391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948391; }

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

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

background-color css

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

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

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

border-color css

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

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

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