#939990

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

Shades of Mantle #939990

Tints of Mantle #939990

Color information

#939990 (or 0x939990) is unknown color: approx Mantle. HEX triplet: 93, 99 and 90. RGB value is (147,153,144). Sum of RGB (Red+Green+Blue) = 147+153+144=444 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.11% from 444); Green value is 153 (60.16% from 255 or 34.46% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 153 - color contains mainly: green. Hex color #939990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #939990 is #6C666F. Grayscale: #969696. Windows color (decimal): -7104112 or 9476499. OLE color: 9476499.

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

Color convert

RGB147153144-
CMYK0.0400.060.4
HSL100º4.23%58.24%-
HSV(B)100º5.88%60%-
XYZ28.463130.87-
YUV150.18124.51125.73-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 33.11%
GREEN value IS 153 (60.16% from 255) = 34.46%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=33.11%
G=34.46%
B=32.43%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1471531440.0400.060.41004.2358.24
Hex939990406286443a
Octal22323122040650144472
Binary10010011100110011001000010001101010001100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939990; }

 p { color: rgb(147,153,144); }

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

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

 a { background-color: rgb(147,153,144); }

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

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

 span { border-color: rgb(147,153,144); }

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