Html Css Color HEX #93868F Taupe Grey

📋 copy color: '#93868F'

red 147 ◦ green 134 ◦ blue 143

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

Shades of Taupe Grey #93868F

Tints of Taupe Grey #93868F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 33.73%

R = 34.67%
G = 31.6%
B = 33.73%

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

#93868F (or 0x93868F) is known color: Taupe Grey. HEX triplet: 93, 86 and 8F. RGB value is (147,134,143). Sum of RGB (Red+Green+Blue) = 147+134+143=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #93868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868F is #6C7970. Grayscale: #8A8A8A. Windows color (decimal): -7108977 or 9406099. OLE color: 9406099.

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

Color convert

RGB 147 134 143 -
CMYK 0 0.09 0.03 0.42
HSL 318.46º 0.06% 0.55% -
HSV(B) 318.46º 0.09% 0.58% -
XYZ 25.52 25.24 29.51 -
YUV 138.91 130.31 133.77 -
System Red Green Blue C M Y K H S L
Decimal 147 134 143 0 0.09 0.03 0.42 318.46 0.06 0.55
Hex 93 86 8F 0 9 3 2A 13E 6 37
Octal 223 206 217 0 11 3 52 476 6 67
Binary 10010011 10000110 10001111 0 1001 11 101010 100111110 110 110111

Color Harmonies of #93868F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93868F

Black with #93868F

Text Example


Text Example

White with #93868F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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