#906E7A

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

Shades of Venus #906E7A

Tints of Venus #906E7A

Color information

#906E7A (or 0x906E7A) is unknown color: approx Venus. HEX triplet: 90, 6E and 7A. RGB value is (144,110,122). Sum of RGB (Red+Green+Blue) = 144+110+122=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 110 (43.36% from 255 or 29.26% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #906E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E7A is #6F9185. Grayscale: #797979. Windows color (decimal): -7311750 or 8023696. OLE color: 8023696.

HSL color Cylindrical-coordinate representation of color #906E7A: hue angle of 338.82º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906E7A is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144110122-
CMYK00.240.150.44
HSL338.82º13.39%49.8%-
HSV(B)338.82º23.61%56.47%-
XYZ20.5918.4920.9-
YUV121.53128.26144.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 110 (43.36% from 255) = 29.26%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=38.30%
G=29.26%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411012200.240.150.44338.8213.3949.8
Hex906E7A018F2C153d32
Octal22015617203017545231562
Binary100100001101110111101001100011111011001010100111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906E7A; }

 p { color: rgb(144,110,122); }

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

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

 a { background-color: rgb(144,110,122); }

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

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

 span { border-color: rgb(144,110,122); }

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