#9B858A

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

Shades of Venus #9B858A

Tints of Venus #9B858A

Color information

#9B858A (or 0x9B858A) is unknown color: approx Venus. HEX triplet: 9B, 85 and 8A. RGB value is (155,133,138). Sum of RGB (Red+Green+Blue) = 155+133+138=426 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.38% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 155 - color contains mainly: red. Hex color #9B858A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9B858A is #647A75. Grayscale: #8C8C8C. Windows color (decimal): -6584950 or 9078171. OLE color: 9078171.

HSL color Cylindrical-coordinate representation of color #9B858A: hue angle of 346.36º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9B858A is Cyan = 0, Magento = 0.14, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB155133138-
CMYK00.140.110.39
HSL346.36º9.91%56.47%-
HSV(B)346.36º14.19%60.78%-
XYZ26.4925.5827.59-
YUV140.15126.79138.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.38%
GREEN value IS 133 (52.34% from 255) = 31.22%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=36.38%
G=31.22%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15513313800.140.110.39346.369.9156.47
Hex9B858A0EB2715aa38
Octal23320521201613475321270
Binary1001101110000101100010100111010111001111010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B858A; }

 p { color: rgb(155,133,138); }

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

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

 a { background-color: rgb(155,133,138); }

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

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

 span { border-color: rgb(155,133,138); }

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