#90968D

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

Shades of Mantle #90968D

Tints of Mantle #90968D

Color information

#90968D (or 0x90968D) is unknown color: approx Mantle. HEX triplet: 90, 96 and 8D. RGB value is (144,150,141). Sum of RGB (Red+Green+Blue) = 144+150+141=435 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.10% from 435); Green value is 150 (58.98% from 255 or 34.48% from 435); Blue value is 141 (55.47% from 255 or 32.41% from 435); Max value from RGB is 150 - color contains mainly: green. Hex color #90968D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90968D is #6F6972. Grayscale: #939393. Windows color (decimal): -7301491 or 9279120. OLE color: 9279120.

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

Color convert

RGB144150141-
CMYK0.0400.060.41
HSL100º4.11%57.06%-
HSV(B)100º6%58.82%-
XYZ27.2229.6729.49-
YUV147.18124.51125.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.10%
GREEN value IS 150 (58.98% from 255) = 34.48%
BLUE value IS 141 (55.47% from 255) = 32.41%
R=33.10%
G=34.48%
B=32.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1441501410.0400.060.411004.1157.06
Hex90968D4062964439
Octal22022621540651144471
Binary10010000100101101000110110001101010011100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90968D; }

 p { color: rgb(144,150,141); }

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

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

 a { background-color: rgb(144,150,141); }

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

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

 span { border-color: rgb(144,150,141); }

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