#948386

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

Shades of Venus #948386

Tints of Venus #948386

Color information

#948386 (or 0x948386) is unknown color: approx Venus. HEX triplet: 94, 83 and 86. RGB value is (148,131,134). Sum of RGB (Red+Green+Blue) = 148+131+134=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 148 - color contains mainly: red. Hex color #948386 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #948386 is #6B7C79. Grayscale: #888888. Windows color (decimal): -7044218 or 8815508. OLE color: 8815508.

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

Color convert

RGB148131134-
CMYK00.110.090.42
HSL349.41º7.36%54.71%-
HSV(B)349.41º11.49%58.04%-
XYZ24.6324.2525.94-
YUV136.42126.63136.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.84%
GREEN value IS 131 (51.56% from 255) = 31.72%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=35.84%
G=31.72%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14813113400.110.090.42349.417.3654.71
Hex9483860B92A15d737
Octal2242032060131152535767
Binary100101001000001110000110010111001101010101011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #948386; }

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

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

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

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

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

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

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

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