#958384

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

Shades of Venus #958384

Tints of Venus #958384

Color information

#958384 (or 0x958384) is unknown color: approx Venus. HEX triplet: 95, 83 and 84. RGB value is (149,131,132). Sum of RGB (Red+Green+Blue) = 149+131+132=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 131 (51.56% from 255 or 31.80% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 149 - color contains mainly: red. Hex color #958384 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #958384 is #6A7C7B. Grayscale: #888888. Windows color (decimal): -6978684 or 8684437. OLE color: 8684437.

HSL color Cylindrical-coordinate representation of color #958384: hue angle of 356.67º 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 #958384 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149131132-
CMYK00.120.110.42
HSL356.67º7.83%54.9%-
HSV(B)356.67º12.08%58.43%-
XYZ24.6824.2925.22-
YUV136.5125.46136.92-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 36.17%
GREEN value IS 131 (51.56% from 255) = 31.80%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=36.17%
G=31.80%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14913113200.120.110.42356.677.8354.9
Hex9583840CB2A165837
Octal22520320401413525451067
Binary1001010110000011100001000110010111010101011001011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #958384; }

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

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

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

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

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

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

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

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