#91998C

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

Shades of Mantle #91998C

Tints of Mantle #91998C

Color information

#91998C (or 0x91998C) is unknown color: approx Mantle. HEX triplet: 91, 99 and 8C. RGB value is (145,153,140). Sum of RGB (Red+Green+Blue) = 145+153+140=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 153 (60.16% from 255 or 34.93% from 438); Blue value is 140 (55.08% from 255 or 31.96% from 438); Max value from RGB is 153 - color contains mainly: green. Hex color #91998C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91998C is #6E6673. Grayscale: #959595. Windows color (decimal): -7235188 or 9214353. OLE color: 9214353.

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

Color convert

RGB145153140-
CMYK0.0500.080.4
HSL96.92º5.99%57.45%-
HSV(B)96.92º8.5%60%-
XYZ27.830.729.27-
YUV149.13122.85125.06-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.11%
GREEN value IS 153 (60.16% from 255) = 34.93%
BLUE value IS 140 (55.08% from 255) = 31.96%
R=33.11%
G=34.93%
B=31.96%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1451531400.0500.080.496.925.9957.45
Hex91998C5082861639
Octal221231214501050141671
Binary100100011001100110001100101010001010001100001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91998C; }

 p { color: rgb(145,153,140); }

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

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

 a { background-color: rgb(145,153,140); }

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

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

 span { border-color: rgb(145,153,140); }

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