#968588

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

Shades of Venus #968588

Tints of Venus #968588

Color information

#968588 (or 0x968588) is unknown color: approx Venus. HEX triplet: 96, 85 and 88. RGB value is (150,133,136). Sum of RGB (Red+Green+Blue) = 150+133+136=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 150 - color contains mainly: red. Hex color #968588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968588 is #697A77. Grayscale: #8A8A8A. Windows color (decimal): -6912632 or 8947094. OLE color: 8947094.

HSL color Cylindrical-coordinate representation of color #968588: hue angle of 349.41º 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 #968588 is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB150133136-
CMYK00.110.090.41
HSL349.41º7.49%55.49%-
HSV(B)349.41º11.33%58.82%-
XYZ25.4125.0426.79-
YUV138.42126.63136.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.80%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 136 (53.52% from 255) = 32.46%
R=35.80%
G=31.74%
B=32.46%

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
Decimal15013313600.110.090.41349.417.4955.49
Hex9685880B92915d737
Octal2262052100131151535767
Binary100101101000010110001000010111001101001101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968588; }

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

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

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

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

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

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

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

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