#908186

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

Shades of Venus #908186

Tints of Venus #908186

Color information

#908186 (or 0x908186) is unknown color: approx Venus. HEX triplet: 90, 81 and 86. RGB value is (144,129,134). Sum of RGB (Red+Green+Blue) = 144+129+134=407 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.38% from 407); Green value is 129 (50.78% from 255 or 31.70% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 144 - color contains mainly: red. Hex color #908186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908186 is #6F7E79. Grayscale: #868686. Windows color (decimal): -7306874 or 8814992. OLE color: 8814992.

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

Color convert

RGB144129134-
CMYK00.100.070.44
HSL340º6.33%53.53%-
HSV(B)340º10.42%56.47%-
XYZ23.6523.3525.81-
YUV134.06127.97135.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.38%
GREEN value IS 129 (50.78% from 255) = 31.70%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=35.38%
G=31.70%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14412913400.100.070.443406.3353.53
Hex9081860A72C154636
Octal220201206012754524666
Binary10010000100000011000011001010111101100101010100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908186; }

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

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

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

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

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

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

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

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