#9D838A

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

Shades of Venus #9D838A

Tints of Venus #9D838A

Color information

#9D838A (or 0x9D838A) is unknown color: approx Venus. HEX triplet: 9D, 83 and 8A. RGB value is (157,131,138). Sum of RGB (Red+Green+Blue) = 157+131+138=426 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.85% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 157 - color contains mainly: red. Hex color #9D838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D838A is #627C75. Grayscale: #8B8B8B. Windows color (decimal): -6454390 or 9077661. OLE color: 9077661.

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

Color convert

RGB157131138-
CMYK00.170.120.38
HSL343.85º11.71%56.47%-
HSV(B)343.85º16.56%61.57%-
XYZ26.6125.2427.51-
YUV139.57127.11140.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.85%
GREEN value IS 131 (51.56% from 255) = 30.75%
BLUE value IS 138 (54.30% from 255) = 32.39%
R=36.85%
G=30.75%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713113800.170.120.38343.8511.7156.47
Hex9D838A011C26158c38
Octal23520321202114465301470
Binary10011101100000111000101001000111001001101010110001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,131,138); }

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

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

 a { background-color: rgb(157,131,138); }

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

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

 span { border-color: rgb(157,131,138); }

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