#918B85

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

Shades of Heathered Grey #918B85

Tints of Heathered Grey #918B85

Color information

#918B85 (or 0x918B85) is unknown color: approx Heathered Grey. HEX triplet: 91, 8B and 85. RGB value is (145,139,133). Sum of RGB (Red+Green+Blue) = 145+139+133=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 133 (52.34% from 255 or 31.89% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #918B85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918B85 is #6E747A. Grayscale: #8C8C8C. Windows color (decimal): -7238779 or 8752017. OLE color: 8752017.

HSL color Cylindrical-coordinate representation of color #918B85: hue angle of 30º 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 #918B85 is Cyan = 0, Magento = 0.04, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145139133-
CMYK00.040.080.43
HSL30º5.17%54.51%-
HSV(B)30º8.28%56.86%-
XYZ25.1426.1825.92-
YUV140.11123.99131.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 133 (52.34% from 255) = 31.89%
R=34.77%
G=33.33%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513913300.040.080.43305.1754.51
Hex918B850482B1e537
Octal22121320504105336567
Binary1001000110001011100001010100100010101111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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