Html Css Color HEX #948491 Taupe Grey

📋 copy color: '#948491'

red 148 ◦ green 132 ◦ blue 145

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

Shades of Taupe Grey #948491

Tints of Taupe Grey #948491

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.06%

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

R = 34.82%
G = 31.06%
B = 34.12%

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

#948491 (or 0x948491) is known color: Taupe Grey. HEX triplet: 94, 84 and 91. RGB value is (148,132,145). Sum of RGB (Red+Green+Blue) = 148+132+145=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 148 - color contains mainly: red. Hex color #948491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948491 is #6B7B6E. Grayscale: #8A8A8A. Windows color (decimal): -7043951 or 9536660. OLE color: 9536660.

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

Color convert

RGB 148 132 145 -
CMYK 0 0.11 0.02 0.42
HSL 311.25º 0.07% 0.55% -
HSV(B) 311.25º 0.11% 0.58% -
XYZ 25.57 24.84 30.24 -
YUV 138.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 148 132 145 0 0.11 0.02 0.42 311.25 0.07 0.55
Hex 94 84 91 0 B 2 2A 137 7 37
Octal 224 204 221 0 13 2 52 467 7 67
Binary 10010100 10000100 10010001 0 1011 10 101010 100110111 111 110111

Color Harmonies of #948491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948491

Black with #948491

Text Example


Text Example

White with #948491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948491; }

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

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

background-color css

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

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

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

border-color css

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

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

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