#968387

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

Shades of Venus #968387

Tints of Venus #968387

Color information

#968387 (or 0x968387) is unknown color: approx Venus. HEX triplet: 96, 83 and 87. RGB value is (150,131,135). Sum of RGB (Red+Green+Blue) = 150+131+135=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 131 (51.56% from 255 or 31.49% from 416); Blue value is 135 (53.12% from 255 or 32.45% from 416); Max value from RGB is 150 - color contains mainly: red. Hex color #968387 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968387 is #697C78. Grayscale: #898989. Windows color (decimal): -6913145 or 8881046. OLE color: 8881046.

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

Color convert

RGB150131135-
CMYK00.130.10.41
HSL347.37º8.3%55.1%-
HSV(B)347.37º12.67%58.82%-
XYZ25.0724.4726.32-
YUV137.14126.79137.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.06%
GREEN value IS 131 (51.56% from 255) = 31.49%
BLUE value IS 135 (53.12% from 255) = 32.45%
R=36.06%
G=31.49%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013113500.130.10.41347.378.355.1
Hex9683870DA2915b837
Octal22620320701512515331067
Binary1001011010000011100001110110110101010011010110111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968387; }

 p { color: rgb(150,131,135); }

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

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

 a { background-color: rgb(150,131,135); }

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

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

 span { border-color: rgb(150,131,135); }

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