#906F79

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

Shades of Venus #906F79

Tints of Venus #906F79

Color information

#906F79 (or 0x906F79) is unknown color: approx Venus. HEX triplet: 90, 6F and 79. RGB value is (144,111,121). Sum of RGB (Red+Green+Blue) = 144+111+121=376 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.30% from 376); Green value is 111 (43.75% from 255 or 29.52% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 144 - color contains mainly: red. Hex color #906F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F79 is #6F9086. Grayscale: #7A7A7A. Windows color (decimal): -7311495 or 7958416. OLE color: 7958416.

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

Color convert

RGB144111121-
CMYK00.230.160.44
HSL341.82º12.94%50%-
HSV(B)341.82º22.92%56.47%-
XYZ20.6418.6820.61-
YUV122.01127.43143.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.30%
GREEN value IS 111 (43.75% from 255) = 29.52%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=38.30%
G=29.52%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.16
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411112100.230.160.44341.8212.9450
Hex906F79017102C156d32
Octal22015717102720545261562
Binary1001000011011111111001010111100001011001010101101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,111,121); }

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

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

 a { background-color: rgb(144,111,121); }

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

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

 span { border-color: rgb(144,111,121); }

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