#949C8F

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

Shades of Mantle #949C8F

Tints of Mantle #949C8F

Color information

#949C8F (or 0x949C8F) is unknown color: approx Mantle. HEX triplet: 94, 9C and 8F. RGB value is (148,156,143). Sum of RGB (Red+Green+Blue) = 148+156+143=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 143 (56.25% from 255 or 31.99% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #949C8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949C8F is #6B6370. Grayscale: #989898. Windows color (decimal): -7037809 or 9411732. OLE color: 9411732.

HSL color Cylindrical-coordinate representation of color #949C8F: hue angle of 96.92º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #949C8F is Cyan = 0.05, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB148156143-
CMYK0.0500.080.39
HSL96.92º6.16%58.63%-
HSV(B)96.92º8.33%61.18%-
XYZ29.0632.0630.64-
YUV152.13122.85125.06-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.11%
GREEN value IS 156 (61.33% from 255) = 34.90%
BLUE value IS 143 (56.25% from 255) = 31.99%
R=33.11%
G=34.90%
B=31.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1481561430.0500.080.3996.926.1658.63
Hex949C8F508276163b
Octal224234217501047141673
Binary100101001001110010001111101010001001111100001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949C8F; }

 p { color: rgb(148,156,143); }

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

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

 a { background-color: rgb(148,156,143); }

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

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

 span { border-color: rgb(148,156,143); }

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