#938692

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

Shades of Taupe Grey #938692

Tints of Taupe Grey #938692

Color information

#938692 (or 0x938692) is unknown color: approx Taupe Grey. HEX triplet: 93, 86 and 92. RGB value is (147,134,146). Sum of RGB (Red+Green+Blue) = 147+134+146=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 146 (57.42% from 255 or 34.19% from 427); Max value from RGB is 147 - color contains mainly: red. Hex color #938692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938692 is #6C796D. Grayscale: #8B8B8B. Windows color (decimal): -7108974 or 9602707. OLE color: 9602707.

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

Color convert

RGB147134146-
CMYK00.090.010.42
HSL304.62º5.68%55.1%-
HSV(B)304.62º8.84%57.65%-
XYZ25.7525.3330.73-
YUV139.26131.81133.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 134 (52.73% from 255) = 31.38%
BLUE value IS 146 (57.42% from 255) = 34.19%
R=34.43%
G=31.38%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713414600.090.010.42304.625.6855.1
Hex9386920912A131637
Octal223206222011152461667
Binary100100111000011010010010010011101010100110001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938692; }

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

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

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

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

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

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

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

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