#968589

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

Shades of Venus #968589

Tints of Venus #968589

Color information

#968589 (or 0x968589) is unknown color: approx Venus. HEX triplet: 96, 85 and 89. RGB value is (150,133,137). Sum of RGB (Red+Green+Blue) = 150+133+137=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 150 - color contains mainly: red. Hex color #968589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968589 is #697A76. Grayscale: #8A8A8A. Windows color (decimal): -6912631 or 9012630. OLE color: 9012630.

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

Color convert

RGB150133137-
CMYK00.110.090.41
HSL345.88º7.49%55.49%-
HSV(B)345.88º11.33%58.82%-
XYZ25.4825.0727.16-
YUV138.54127.13136.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 137 (53.91% from 255) = 32.62%
R=35.71%
G=31.67%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013313700.110.090.41345.887.4955.49
Hex9685890B92915a737
Octal2262052110131151532767
Binary100101101000010110001001010111001101001101011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968589; }

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

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

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

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

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

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

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

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