Html Css Color HEX #948591 Taupe Grey

📋 copy color: '#948591'

red 148 ◦ green 133 ◦ blue 145

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

Shades of Taupe Grey #948591

Tints of Taupe Grey #948591

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 34.74%
G = 31.22%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#948591 (or 0x948591) is known color: Taupe Grey. HEX triplet: 94, 85 and 91. RGB value is (148,133,145). Sum of RGB (Red+Green+Blue) = 148+133+145=426 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.74% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 145 (57.03% from 255 or 34.04% from 426); Max value from RGB is 148 - color contains mainly: red. Hex color #948591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948591 is #6B7A6E. Grayscale: #8A8A8A. Windows color (decimal): -7043695 or 9536916. OLE color: 9536916.

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

Color convert

RGB 148 133 145 -
CMYK 0 0.10 0.02 0.42
HSL 312º 0.07% 0.55% -
HSV(B) 312º 0.1% 0.58% -
XYZ 25.71 25.12 30.28 -
YUV 138.85 131.47 134.52 -
System Red Green Blue C M Y K H S L
Decimal 148 133 145 0 0.10 0.02 0.42 312 0.07 0.55
Hex 94 85 91 0 A 2 2A 138 7 37
Octal 224 205 221 0 12 2 52 470 7 67
Binary 10010100 10000101 10010001 0 1010 10 101010 100111000 111 110111

Color Harmonies of #948591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #948591

Black with #948591

Text Example


Text Example

White with #948591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #948591; }

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

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

background-color css

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

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

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

border-color css

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

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

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