#919D8D

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

Shades of Mantle #919D8D

Tints of Mantle #919D8D

Color information

#919D8D (or 0x919D8D) is unknown color: approx Mantle. HEX triplet: 91, 9D and 8D. RGB value is (145,157,141). Sum of RGB (Red+Green+Blue) = 145+157+141=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 157 (61.72% from 255 or 35.44% from 443); Blue value is 141 (55.47% from 255 or 31.83% from 443); Max value from RGB is 157 - color contains mainly: green. Hex color #919D8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #919D8D is #6E6272. Grayscale: #979797. Windows color (decimal): -7234163 or 9280913. OLE color: 9280913.

HSL color Cylindrical-coordinate representation of color #919D8D: hue angle of 105º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #919D8D is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.

Color convert

RGB145157141-
CMYK0.0800.100.38
HSL105º7.55%58.43%-
HSV(B)105º10.19%61.57%-
XYZ28.5432.0629.88-
YUV151.59122.02123.3-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.73%
GREEN value IS 157 (61.72% from 255) = 35.44%
BLUE value IS 141 (55.47% from 255) = 31.83%
R=32.73%
G=35.44%
B=31.83%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1451571410.0800.100.381057.5558.43
Hex919D8D80A266983a
Octal22123521510012461511072
Binary10010001100111011000110110000101010011011010011000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #919D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #919D8D; }

 p { color: rgb(145,157,141); }

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

<style>
 a { background-color: #919D8D; }

 a { background-color: rgb(145,157,141); }

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

<style>
 span { border-color: #919D8D; }

 span { border-color: rgb(145,157,141); }

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