#96858B

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

Shades of Venus #96858B

Tints of Venus #96858B

Color information

#96858B (or 0x96858B) is unknown color: approx Venus. HEX triplet: 96, 85 and 8B. RGB value is (150,133,139). Sum of RGB (Red+Green+Blue) = 150+133+139=422 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.55% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 139 (54.69% from 255 or 32.94% from 422); Max value from RGB is 150 - color contains mainly: red. Hex color #96858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96858B is #697A74. Grayscale: #8A8A8A. Windows color (decimal): -6912629 or 9143702. OLE color: 9143702.

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

Color convert

RGB150133139-
CMYK00.110.070.41
HSL338.82º7.49%55.49%-
HSV(B)338.82º11.33%58.82%-
XYZ25.6325.1227.92-
YUV138.77128.13136.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.55%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 139 (54.69% from 255) = 32.94%
R=35.55%
G=31.52%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013313900.110.070.41338.827.4955.49
Hex96858B0B729153737
Octal226205213013751523767
Binary10010110100001011000101101011111101001101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96858B; }

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

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

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

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

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

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

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

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