#968489

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

Shades of Venus #968489

Tints of Venus #968489

Color information

#968489 (or 0x968489) is unknown color: approx Venus. HEX triplet: 96, 84 and 89. RGB value is (150,132,137). Sum of RGB (Red+Green+Blue) = 150+132+137=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 137 (53.91% from 255 or 32.70% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #968489 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968489 is #697B76. Grayscale: #898989. Windows color (decimal): -6912887 or 9012374. OLE color: 9012374.

HSL color Cylindrical-coordinate representation of color #968489: hue angle of 343.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #968489 is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150132137-
CMYK00.120.090.41
HSL343.33º7.89%55.29%-
HSV(B)343.33º12%58.82%-
XYZ25.3424.7927.12-
YUV137.95127.46136.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 137 (53.91% from 255) = 32.70%
R=35.80%
G=31.50%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013213700.120.090.41343.337.8955.29
Hex9684890C929157837
Octal22620421101411515271067
Binary1001011010000100100010010110010011010011010101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968489; }

 p { color: rgb(150,132,137); }

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

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

 a { background-color: rgb(150,132,137); }

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

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

 span { border-color: rgb(150,132,137); }

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