#9D858B

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

Shades of Venus #9D858B

Tints of Venus #9D858B

Color information

#9D858B (or 0x9D858B) is unknown color: approx Venus. HEX triplet: 9D, 85 and 8B. RGB value is (157,133,139). Sum of RGB (Red+Green+Blue) = 157+133+139=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D858B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D858B is #627A74. Grayscale: #8C8C8C. Windows color (decimal): -6453877 or 9143709. OLE color: 9143709.

HSL color Cylindrical-coordinate representation of color #9D858B: hue angle of 345º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9D858B is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB157133139-
CMYK00.150.110.38
HSL345º10.91%56.86%-
HSV(B)345º15.29%61.57%-
XYZ26.9525.8127.99-
YUV140.86126.95139.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 133 (52.34% from 255) = 31.00%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=36.60%
G=31.00%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713313900.150.110.3834510.9156.86
Hex9D858B0FB26159b39
Octal23520521301713465311371
Binary1001110110000101100010110111110111001101010110011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D858B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,133,139); }

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

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

 a { background-color: rgb(157,133,139); }

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

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

 span { border-color: rgb(157,133,139); }

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