#958386

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

Shades of Venus #958386

Tints of Venus #958386

Color information

#958386 (or 0x958386) is unknown color: approx Venus. HEX triplet: 95, 83 and 86. RGB value is (149,131,134). Sum of RGB (Red+Green+Blue) = 149+131+134=414 (54% of max value = 765). Red value is 149 (58.59% from 255 or 35.99% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 149 - color contains mainly: red. Hex color #958386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958386 is #6A7C79. Grayscale: #888888. Windows color (decimal): -6978682 or 8815509. OLE color: 8815509.

HSL color Cylindrical-coordinate representation of color #958386: hue angle of 350º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #958386 is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB149131134-
CMYK00.120.100.42
HSL350º7.83%54.9%-
HSV(B)350º12.08%58.43%-
XYZ24.8124.3425.95-
YUV136.72126.46136.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 35.99%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=35.99%
G=31.64%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913113400.120.100.423507.8354.9
Hex9583860CA2A15e837
Octal22520320601412525361067
Binary1001010110000011100001100110010101010101010111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958386; }

 p { color: rgb(149,131,134); }

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

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

 a { background-color: rgb(149,131,134); }

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

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

 span { border-color: rgb(149,131,134); }

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