#959993

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

Shades of Mantle #959993

Tints of Mantle #959993

Color information

#959993 (or 0x959993) is unknown color: approx Mantle. HEX triplet: 95, 99 and 93. RGB value is (149,153,147). Sum of RGB (Red+Green+Blue) = 149+153+147=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 153 - color contains mainly: green. Hex color #959993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959993 is #6A666C. Grayscale: #979797. Windows color (decimal): -6973037 or 9673109. OLE color: 9673109.

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

Color convert

RGB149153147-
CMYK0.0300.040.4
HSL100º2.86%58.82%-
HSV(B)100º3.92%60%-
XYZ29.0531.2832.11-
YUV151.12125.67126.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.18%
GREEN value IS 153 (60.16% from 255) = 34.08%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=33.18%
G=34.08%
B=32.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1491531470.0300.040.41002.8658.82
Hex959993304286433b
Octal22523122330450144373
Binary100101011001100110010011110100101000110010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #959993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #959993; }

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

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

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

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

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

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

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

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