#9C8286

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

Shades of Venus #9C8286

Tints of Venus #9C8286

Color information

#9C8286 (or 0x9C8286) is unknown color: approx Venus. HEX triplet: 9C, 82 and 86. RGB value is (156,130,134). Sum of RGB (Red+Green+Blue) = 156+130+134=420 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.14% from 420); Green value is 130 (51.17% from 255 or 30.95% from 420); Blue value is 134 (52.73% from 255 or 31.90% from 420); Max value from RGB is 156 - color contains mainly: red. Hex color #9C8286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C8286 is #637D79. Grayscale: #8A8A8A. Windows color (decimal): -6520186 or 8815260. OLE color: 8815260.

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

Color convert

RGB156130134-
CMYK00.170.140.39
HSL350.77º11.61%56.08%-
HSV(B)350.77º16.67%61.18%-
XYZ2624.7525.96-
YUV138.23125.61140.67-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.14%
GREEN value IS 130 (51.17% from 255) = 30.95%
BLUE value IS 134 (52.73% from 255) = 31.90%
R=37.14%
G=30.95%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.14
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15613013400.170.140.39350.7711.6156.08
Hex9C8286011E2715fc38
Octal23420220602116475371470
Binary10011100100000101000011001000111101001111010111111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C8286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,130,134); }

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

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

 a { background-color: rgb(156,130,134); }

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

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

 span { border-color: rgb(156,130,134); }

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