#96868C

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

Shades of Venus #96868C

Tints of Venus #96868C

Color information

#96868C (or 0x96868C) is unknown color: approx Venus. HEX triplet: 96, 86 and 8C. RGB value is (150,134,140). Sum of RGB (Red+Green+Blue) = 150+134+140=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 150 - color contains mainly: red. Hex color #96868C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96868C is #697973. Grayscale: #8B8B8B. Windows color (decimal): -6912372 or 9209494. OLE color: 9209494.

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

Color convert

RGB150134140-
CMYK00.110.070.41
HSL337.5º7.08%55.69%-
HSV(B)337.5º10.67%58.82%-
XYZ25.8425.4328.36-
YUV139.47128.3135.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.38%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 140 (55.08% from 255) = 33.02%
R=35.38%
G=31.60%
B=33.02%

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
Decimal15013414000.110.070.41337.57.0855.69
Hex96868C0B729152738
Octal226206214013751522770
Binary10010110100001101000110001011111101001101010010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96868C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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