#90948F

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

Shades of Mantle #90948F

Tints of Mantle #90948F

Color information

#90948F (or 0x90948F) is unknown color: approx Mantle. HEX triplet: 90, 94 and 8F. RGB value is (144,148,143). Sum of RGB (Red+Green+Blue) = 144+148+143=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 148 (58.20% from 255 or 34.02% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 148 - color contains mainly: green. Hex color #90948F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90948F is #6F6B70. Grayscale: #929292. Windows color (decimal): -7302001 or 9409680. OLE color: 9409680.

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

Color convert

RGB144148143-
CMYK0.0300.030.42
HSL108º2.28%57.06%-
HSV(B)108º3.38%58.04%-
XYZ27.0529.0930.18-
YUV146.23126.17126.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 148 (58.20% from 255) = 34.02%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=33.10%
G=34.02%
B=32.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1441481430.0300.030.421082.2857.06
Hex90948F3032A6c239
Octal22022421730352154271
Binary10010000100101001000111111011101010110110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90948F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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