#908586

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

Shades of Venus #908586

Tints of Venus #908586

Color information

#908586 (or 0x908586) is unknown color: approx Venus. HEX triplet: 90, 85 and 86. RGB value is (144,133,134). Sum of RGB (Red+Green+Blue) = 144+133+134=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 134 (52.73% from 255 or 32.60% from 411); Max value from RGB is 144 - color contains mainly: red. Hex color #908586 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908586 is #6F7A79. Grayscale: #888888. Windows color (decimal): -7305850 or 8816016. OLE color: 8816016.

HSL color Cylindrical-coordinate representation of color #908586: hue angle of 354.55º degrees, saturation: 0.05, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #908586 is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.44.

Color convert

RGB144133134-
CMYK00.080.070.44
HSL354.55º4.72%54.31%-
HSV(B)354.55º7.64%56.47%-
XYZ24.1924.4325.99-
YUV136.4126.64133.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.04%
GREEN value IS 133 (52.34% from 255) = 32.36%
BLUE value IS 134 (52.73% from 255) = 32.60%
R=35.04%
G=32.36%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413313400.080.070.44354.554.7254.31
Hex9085860872C163536
Octal220205206010754543566
Binary10010000100001011000011001000111101100101100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908586; }

 p { color: rgb(144,133,134); }

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

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

 a { background-color: rgb(144,133,134); }

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

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

 span { border-color: rgb(144,133,134); }

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