Html Css Color HEX #93868E Taupe Grey

📋 copy color: '#93868E'

red 147 ◦ green 134 ◦ blue 142

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

Shades of Taupe Grey #93868E

Tints of Taupe Grey #93868E

RGB

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

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

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

R = 34.75%
G = 31.68%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#93868E (or 0x93868E) is known color: Taupe Grey. HEX triplet: 93, 86 and 8E. RGB value is (147,134,142). Sum of RGB (Red+Green+Blue) = 147+134+142=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #93868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868E is #6C7971. Grayscale: #8A8A8A. Windows color (decimal): -7108978 or 9340563. OLE color: 9340563.

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

Color convert

RGB 147 134 142 -
CMYK 0 0.09 0.03 0.42
HSL 323.08º 0.06% 0.55% -
HSV(B) 323.08º 0.09% 0.58% -
XYZ 25.44 25.21 29.12 -
YUV 138.8 129.81 133.85 -
System Red Green Blue C M Y K H S L
Decimal 147 134 142 0 0.09 0.03 0.42 323.08 0.06 0.55
Hex 93 86 8E 0 9 3 2A 143 6 37
Octal 223 206 216 0 11 3 52 503 6 67
Binary 10010011 10000110 10001110 0 1001 11 101010 101000011 110 110111

Color Harmonies of #93868E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93868E

Black with #93868E

Text Example


Text Example

White with #93868E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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