#9C868B

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

Shades of Venus #9C868B

Tints of Venus #9C868B

Color information

#9C868B (or 0x9C868B) is unknown color: approx Venus. HEX triplet: 9C, 86 and 8B. RGB value is (156,134,139). Sum of RGB (Red+Green+Blue) = 156+134+139=429 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.36% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 156 - color contains mainly: red. Hex color #9C868B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9C868B is #637974. Grayscale: #8D8D8D. Windows color (decimal): -6519157 or 9143964. OLE color: 9143964.

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

Color convert

RGB156134139-
CMYK00.140.110.39
HSL346.36º10%56.86%-
HSV(B)346.36º14.1%61.18%-
XYZ26.925.9828.02-
YUV141.15126.79138.59-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.36%
GREEN value IS 134 (52.73% from 255) = 31.24%
BLUE value IS 139 (54.69% from 255) = 32.40%
R=36.36%
G=31.24%
B=32.40%

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
Decimal15613413900.140.110.39346.361056.86
Hex9C868B0EB2715aa39
Octal23420621301613475321271
Binary1001110010000110100010110111010111001111010110101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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