#918E85

Color #918E85 Heathered Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heathered Grey #918E85

Tints of Heathered Grey #918E85

Color information

#918E85 (or 0x918E85) is unknown color: approx Heathered Grey. HEX triplet: 91, 8E and 85. RGB value is (145,142,133). Sum of RGB (Red+Green+Blue) = 145+142+133=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #918E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918E85 is #6E717A. Grayscale: #8D8D8D. Windows color (decimal): -7238011 or 8752785. OLE color: 8752785.

HSL color Cylindrical-coordinate representation of color #918E85: hue angle of 45º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #918E85 is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145142133-
CMYK00.020.080.43
HSL45º5.17%54.51%-
HSV(B)45º8.28%56.86%-
XYZ25.5827.0626.06-
YUV141.87122.99130.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 142 (55.86% from 255) = 33.81%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=34.52%
G=33.81%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514213300.020.080.43455.1754.51
Hex918E850282B2d537
Octal22121620502105355567
Binary1001000110001110100001010101000101011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918E85; }

 p { color: rgb(145,142,133); }

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

<style>
 a { background-color: #918E85; }

 a { background-color: rgb(145,142,133); }

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

<style>
 span { border-color: #918E85; }

 span { border-color: rgb(145,142,133); }

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