#949793

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

Shades of Mantle #949793

Tints of Mantle #949793

Color information

#949793 (or 0x949793) is unknown color: approx Mantle. HEX triplet: 94, 97 and 93. RGB value is (148,151,147). Sum of RGB (Red+Green+Blue) = 148+151+147=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 151 (59.38% from 255 or 33.86% from 446); Blue value is 147 (57.81% from 255 or 32.96% from 446); Max value from RGB is 151 - color contains mainly: green. Hex color #949793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949793 is #6B686C. Grayscale: #959595. Windows color (decimal): -7039085 or 9672596. OLE color: 9672596.

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

Color convert

RGB148151147-
CMYK0.0200.030.41
HSL105º1.89%58.43%-
HSV(B)105º2.65%59.22%-
XYZ28.5530.5431.99-
YUV149.65126.51126.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.18%
GREEN value IS 151 (59.38% from 255) = 33.86%
BLUE value IS 147 (57.81% from 255) = 32.96%
R=33.18%
G=33.86%
B=32.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1481511470.0200.030.411051.8958.43
Hex949793203296923a
Octal22422722320351151272
Binary10010100100101111001001110011101001110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949793; }

 p { color: rgb(148,151,147); }

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

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

 a { background-color: rgb(148,151,147); }

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

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

 span { border-color: rgb(148,151,147); }

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