Html Css Color HEX #93858E Taupe Grey

📋 copy color: '#93858E'

red 147 ◦ green 133 ◦ blue 142

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

Shades of Taupe Grey #93858E

Tints of Taupe Grey #93858E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.65%

R = 34.83%
G = 31.52%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93858E (or 0x93858E) is known color: Taupe Grey. HEX triplet: 93, 85 and 8E. RGB value is (147,133,142). Sum of RGB (Red+Green+Blue) = 147+133+142=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #93858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93858E is #6C7A71. Grayscale: #8A8A8A. Windows color (decimal): -7109234 or 9340307. OLE color: 9340307.

HSL color Cylindrical-coordinate representation of color #93858E: hue angle of 321.43º 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 #93858E is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 133 142 -
CMYK 0 0.10 0.03 0.42
HSL 321.43º 0.06% 0.55% -
HSV(B) 321.43º 0.1% 0.58% -
XYZ 25.3 24.93 29.07 -
YUV 138.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 147 133 142 0 0.10 0.03 0.42 321.43 0.06 0.55
Hex 93 85 8E 0 A 3 2A 141 6 37
Octal 223 205 216 0 12 3 52 501 6 67
Binary 10010011 10000101 10001110 0 1010 11 101010 101000001 110 110111

Color Harmonies of #93858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93858E

Black with #93858E

Text Example


Text Example

White with #93858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93858E; }

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

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

background-color css

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

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

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

border-color css

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

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

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