#91958F

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

Shades of Mantle #91958F

Tints of Mantle #91958F

Color information

#91958F (or 0x91958F) is unknown color: approx Mantle. HEX triplet: 91, 95 and 8F. RGB value is (145,149,143). Sum of RGB (Red+Green+Blue) = 145+149+143=437 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.18% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 143 (56.25% from 255 or 32.72% from 437); Max value from RGB is 149 - color contains mainly: green. Hex color #91958F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91958F is #6E6A70. Grayscale: #939393. Windows color (decimal): -7236209 or 9409937. OLE color: 9409937.

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

Color convert

RGB145149143-
CMYK0.0300.040.42
HSL100º2.75%57.25%-
HSV(B)100º4.03%58.43%-
XYZ27.3829.530.24-
YUV147.12125.67126.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.18%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 143 (56.25% from 255) = 32.72%
R=33.18%
G=34.10%
B=32.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1451491430.0300.040.421002.7557.25
Hex91958F3042A64339
Octal22122521730452144371
Binary100100011001010110001111110100101010110010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91958F; }

 p { color: rgb(145,149,143); }

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

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

 a { background-color: rgb(145,149,143); }

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

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

 span { border-color: rgb(145,149,143); }

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