#906F7B

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

Shades of Venus #906F7B

Tints of Venus #906F7B

Color information

#906F7B (or 0x906F7B) is unknown color: approx Venus. HEX triplet: 90, 6F and 7B. RGB value is (144,111,123). Sum of RGB (Red+Green+Blue) = 144+111+123=378 (50% of max value = 765). Red value is 144 (56.64% from 255 or 38.10% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 144 - color contains mainly: red. Hex color #906F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906F7B is #6F9084. Grayscale: #7A7A7A. Windows color (decimal): -7311493 or 8089488. OLE color: 8089488.

HSL color Cylindrical-coordinate representation of color #906F7B: hue angle of 338.18º 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 #906F7B is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144111123-
CMYK00.230.150.44
HSL338.18º12.94%50%-
HSV(B)338.18º22.92%56.47%-
XYZ20.7618.7321.26-
YUV122.24128.43143.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.10%
GREEN value IS 111 (43.75% from 255) = 29.37%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=38.10%
G=29.37%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14411112300.230.150.44338.1812.9450
Hex906F7B017F2C152d32
Octal22015717302717545221562
Binary100100001101111111101101011111111011001010100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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