#927683

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

Shades of Venus #927683

Tints of Venus #927683

Color information

#927683 (or 0x927683) is unknown color: approx Venus. HEX triplet: 92, 76 and 83. RGB value is (146,118,131). Sum of RGB (Red+Green+Blue) = 146+118+131=395 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.96% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 146 - color contains mainly: red. Hex color #927683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #927683 is #6D897C. Grayscale: #7F7F7F. Windows color (decimal): -7178621 or 8615570. OLE color: 8615570.

HSL color Cylindrical-coordinate representation of color #927683: hue angle of 332.14º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #927683 is Cyan = 0, Magento = 0.19, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146118131-
CMYK00.190.100.43
HSL332.14º11.38%51.76%-
HSV(B)332.14º19.18%57.25%-
XYZ22.4320.7124.29-
YUV127.85129.78140.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 36.96%
GREEN value IS 118 (46.48% from 255) = 29.87%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=36.96%
G=29.87%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611813100.190.100.43332.1411.3851.76
Hex927683013A2B14cb34
Octal22216620302312535141364
Binary1001001011101101000001101001110101010111010011001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #927683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #927683; }

 p { color: rgb(146,118,131); }

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

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

 a { background-color: rgb(146,118,131); }

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

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

 span { border-color: rgb(146,118,131); }

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