Html Css Color HEX #93868D Taupe Grey

📋 copy color: '#93868D'

red 147 ◦ green 134 ◦ blue 141

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

Shades of Taupe Grey #93868D

Tints of Taupe Grey #93868D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.75%

 BLUE value IS 141 (55.47% from 255) = 33.41%

R = 34.83%
G = 31.75%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.04

 K value IS 0.42

RGB Variations

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

Color information

#93868D (or 0x93868D) is known color: Taupe Grey. HEX triplet: 93, 86 and 8D. RGB value is (147,134,141). Sum of RGB (Red+Green+Blue) = 147+134+141=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 141 (55.47% from 255 or 33.41% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #93868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868D is #6C7972. Grayscale: #8A8A8A. Windows color (decimal): -7108979 or 9275027. OLE color: 9275027.

HSL color Cylindrical-coordinate representation of color #93868D: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #93868D is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 134 141 -
CMYK 0 0.09 0.04 0.42
HSL 327.69º 0.06% 0.55% -
HSV(B) 327.69º 0.09% 0.58% -
XYZ 25.37 25.18 28.72 -
YUV 138.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 147 134 141 0 0.09 0.04 0.42 327.69 0.06 0.55
Hex 93 86 8D 0 9 4 2A 148 6 37
Octal 223 206 215 0 11 4 52 510 6 67
Binary 10010011 10000110 10001101 0 1001 100 101010 101001000 110 110111

Color Harmonies of #93868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93868D

Black with #93868D

Text Example


Text Example

White with #93868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93868D; }

 p { color: rgb(147,134,141); }

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

background-color css

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

 a { background-color: rgb(147,134,141); }

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

border-color css

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

 span { border-color: rgb(147,134,141); }

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