#9D868A

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

Shades of Venus #9D868A

Tints of Venus #9D868A

Color information

#9D868A (or 0x9D868A) is unknown color: approx Venus. HEX triplet: 9D, 86 and 8A. RGB value is (157,134,138). Sum of RGB (Red+Green+Blue) = 157+134+138=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 157 - color contains mainly: red. Hex color #9D868A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D868A is #627975. Grayscale: #8D8D8D. Windows color (decimal): -6453622 or 9078429. OLE color: 9078429.

HSL color Cylindrical-coordinate representation of color #9D868A: hue angle of 349.57º 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 #9D868A is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB157134138-
CMYK00.150.120.38
HSL349.57º10.5%57.06%-
HSV(B)349.57º14.65%61.57%-
XYZ27.0226.0527.65-
YUV141.33126.12139.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=36.60%
G=31.24%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.12
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15713413800.150.120.38349.5710.557.06
Hex9D868A0FC2615eb39
Octal23520621201714465361371
Binary1001110110000110100010100111111001001101010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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