#908688

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

Shades of Venus #908688

Tints of Venus #908688

Color information

#908688 (or 0x908688) is unknown color: approx Venus. HEX triplet: 90, 86 and 88. RGB value is (144,134,136). Sum of RGB (Red+Green+Blue) = 144+134+136=414 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.78% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 136 (53.52% from 255 or 32.85% from 414); Max value from RGB is 144 - color contains mainly: red. Hex color #908688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #908688 is #6F7977. Grayscale: #898989. Windows color (decimal): -7305592 or 8947344. OLE color: 8947344.

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

Color convert

RGB144134136-
CMYK00.070.060.44
HSL348º4.31%54.51%-
HSV(B)348º6.94%56.47%-
XYZ24.4724.7626.78-
YUV137.22127.31132.84-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.78%
GREEN value IS 134 (52.73% from 255) = 32.37%
BLUE value IS 136 (53.52% from 255) = 32.85%
R=34.78%
G=32.37%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413413600.070.060.443484.3154.51
Hex9086880762C15c437
Octal22020621007654534467
Binary1001000010000110100010000111110101100101011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908688; }

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

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

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

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

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

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

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

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