#918486

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

Shades of Venus #918486

Tints of Venus #918486

Color information

#918486 (or 0x918486) is unknown color: approx Venus. HEX triplet: 91, 84 and 86. RGB value is (145,132,134). Sum of RGB (Red+Green+Blue) = 145+132+134=411 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.28% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 145 - color contains mainly: red. Hex color #918486 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #918486 is #6E7B79. Grayscale: #888888. Windows color (decimal): -7240570 or 8815761. OLE color: 8815761.

HSL color Cylindrical-coordinate representation of color #918486: hue angle of 350.77º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #918486 is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB145132134-
CMYK00.090.080.43
HSL350.77º5.58%54.31%-
HSV(B)350.77º8.97%56.86%-
XYZ24.2324.2425.96-
YUV136.12126.81134.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.28%
GREEN value IS 132 (51.95% from 255) = 32.12%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=35.28%
G=32.12%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513213400.090.080.43350.775.5854.31
Hex9184860982B15f636
Octal2212042060111053537666
Binary100100011000010010000110010011000101011101011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918486; }

 p { color: rgb(145,132,134); }

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

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

 a { background-color: rgb(145,132,134); }

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

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

 span { border-color: rgb(145,132,134); }

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