Html Css Color HEX #938591 Taupe Grey

📋 copy color: '#938591'

red 147 ◦ green 133 ◦ blue 145

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

Shades of Taupe Grey #938591

Tints of Taupe Grey #938591

RGB

 RED value IS 147 (57.81% from 255) = 34.59%

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

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

R = 34.59%
G = 31.29%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.42

RGB Variations

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

Color information

#938591 (or 0x938591) is known color: Taupe Grey. HEX triplet: 93, 85 and 91. RGB value is (147,133,145). Sum of RGB (Red+Green+Blue) = 147+133+145=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 133 (52.34% from 255 or 31.29% from 425); Blue value is 145 (57.03% from 255 or 34.12% from 425); Max value from RGB is 147 - color contains mainly: red. Hex color #938591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938591 is #6C7A6E. Grayscale: #8A8A8A. Windows color (decimal): -7109231 or 9536915. OLE color: 9536915.

HSL color Cylindrical-coordinate representation of color #938591: hue angle of 308.57º degrees, saturation: 0.06, 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 #938591 is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 133 145 -
CMYK 0 0.10 0.01 0.42
HSL 308.57º 0.06% 0.55% -
HSV(B) 308.57º 0.1% 0.58% -
XYZ 25.53 25.02 30.27 -
YUV 138.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 147 133 145 0 0.10 0.01 0.42 308.57 0.06 0.55
Hex 93 85 91 0 A 1 2A 135 6 37
Octal 223 205 221 0 12 1 52 465 6 67
Binary 10010011 10000101 10010001 0 1010 1 101010 100110101 110 110111

Color Harmonies of #938591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #938591

Black with #938591

Text Example


Text Example

White with #938591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #938591; }

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

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

background-color css

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

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

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

border-color css

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

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

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