Html Css Color HEX #948E91 Taupe Grey

📋 copy color: '#948E91'

red 148 ◦ green 142 ◦ blue 145

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

Shades of Taupe Grey #948E91

Tints of Taupe Grey #948E91

RGB

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

 GREEN value IS 142 (55.86% from 255) = 32.64%

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

R = 34.02%
G = 32.64%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948E91 (or 0x948E91) is known color: Taupe Grey. HEX triplet: 94, 8E and 91. RGB value is (148,142,145). Sum of RGB (Red+Green+Blue) = 148+142+145=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 148 - color contains mainly: red. Hex color #948E91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948E91 is #6B716E. Grayscale: #909090. Windows color (decimal): -7041391 or 9539220. OLE color: 9539220.

HSL color Cylindrical-coordinate representation of color #948E91: hue angle of 330º degrees, saturation: 0.03, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #948E91 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 142 145 -
CMYK 0 0.04 0.02 0.42
HSL 330º 0.03% 0.57% -
HSV(B) 330º 0.04% 0.58% -
XYZ 27 27.69 30.71 -
YUV 144.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 148 142 145 0 0.04 0.02 0.42 330 0.03 0.57
Hex 94 8E 91 0 4 2 2A 14A 3 39
Octal 224 216 221 0 4 2 52 512 3 71
Binary 10010100 10001110 10010001 0 100 10 101010 101001010 11 111001

Color Harmonies of #948E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948E91

Black with #948E91

Text Example


Text Example

White with #948E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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