#93808D

Color #93808D Taupe Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Taupe Grey #93808D

Tints of Taupe Grey #93808D

Color information

#93808D (or 0x93808D) is unknown color: approx Taupe Grey. HEX triplet: 93, 80 and 8D. RGB value is (147,128,141). Sum of RGB (Red+Green+Blue) = 147+128+141=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 128 (50.39% from 255 or 30.77% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 147 - color contains mainly: red. Hex color #93808D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808D is #6C7F72. Grayscale: #878787. Windows color (decimal): -7110515 or 9273491. OLE color: 9273491.

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

Color convert

RGB147128141-
CMYK00.130.040.42
HSL318.95º8.09%53.92%-
HSV(B)318.95º12.93%57.65%-
XYZ24.5623.5628.45-
YUV135.16131.29136.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.34%
GREEN value IS 128 (50.39% from 255) = 30.77%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=35.34%
G=30.77%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712814100.130.040.42318.958.0953.92
Hex93808D0D42A13f836
Octal2232002150154524771066
Binary100100111000000010001101011011001010101001111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93808D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #93808D;
 }
 .AnyTagClassName
 {
   color: #93808D;
 }
</style>
background-color css

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

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

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

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

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

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