#96868D

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

Shades of Venus #96868D

Tints of Venus #96868D

Color information

#96868D (or 0x96868D) is unknown color: approx Venus. HEX triplet: 96, 86 and 8D. RGB value is (150,134,141). Sum of RGB (Red+Green+Blue) = 150+134+141=425 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.29% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 150 - color contains mainly: red. Hex color #96868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96868D is #697972. Grayscale: #8B8B8B. Windows color (decimal): -6912371 or 9275030. OLE color: 9275030.

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

Color convert

RGB150134141-
CMYK00.110.060.41
HSL333.75º7.08%55.69%-
HSV(B)333.75º10.67%58.82%-
XYZ25.9125.4628.75-
YUV139.58128.8135.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.29%
GREEN value IS 134 (52.73% from 255) = 31.53%
BLUE value IS 141 (55.47% from 255) = 33.18%
R=35.29%
G=31.53%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.06
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013414100.110.060.41333.757.0855.69
Hex96868D0B62914e738
Octal226206215013651516770
Binary10010110100001101000110101011110101001101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96868D; }

 p { color: rgb(150,134,141); }

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

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

 a { background-color: rgb(150,134,141); }

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

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

 span { border-color: rgb(150,134,141); }

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