#96858C

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

Shades of Venus #96858C

Tints of Venus #96858C

Color information

#96858C (or 0x96858C) is unknown color: approx Venus. HEX triplet: 96, 85 and 8C. RGB value is (150,133,140). Sum of RGB (Red+Green+Blue) = 150+133+140=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 150 - color contains mainly: red. Hex color #96858C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96858C is #697A73. Grayscale: #8A8A8A. Windows color (decimal): -6912628 or 9209238. OLE color: 9209238.

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

Color convert

RGB150133140-
CMYK00.110.070.41
HSL335.29º7.49%55.49%-
HSV(B)335.29º11.33%58.82%-
XYZ25.725.1528.31-
YUV138.88128.63135.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 140 (55.08% from 255) = 33.10%
R=35.46%
G=31.44%
B=33.10%

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
Decimal15013314000.110.070.41335.297.4955.49
Hex96858C0B72914f737
Octal226205214013751517767
Binary10010110100001011000110001011111101001101001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96858C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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