#967A86

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

Shades of Venus #967A86

Tints of Venus #967A86

Color information

#967A86 (or 0x967A86) is unknown color: approx Venus. HEX triplet: 96, 7A and 86. RGB value is (150,122,134). Sum of RGB (Red+Green+Blue) = 150+122+134=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 122 (48.05% from 255 or 30.05% from 406); Blue value is 134 (52.73% from 255 or 33.00% from 406); Max value from RGB is 150 - color contains mainly: red. Hex color #967A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967A86 is #698579. Grayscale: #838383. Windows color (decimal): -6915450 or 8813206. OLE color: 8813206.

HSL color Cylindrical-coordinate representation of color #967A86: hue angle of 334.29º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #967A86 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150122134-
CMYK00.190.110.41
HSL334.29º11.76%53.33%-
HSV(B)334.29º18.67%58.82%-
XYZ23.8422.1225.57-
YUV131.74129.28141.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.95%
GREEN value IS 122 (48.05% from 255) = 30.05%
BLUE value IS 134 (52.73% from 255) = 33.00%
R=36.95%
G=30.05%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012213400.190.110.41334.2911.7653.33
Hex967A86013B2914ec35
Octal22617220602313515161465
Binary1001011011110101000011001001110111010011010011101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967A86; }

 p { color: rgb(150,122,134); }

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

<style>
 a { background-color: #967A86; }

 a { background-color: rgb(150,122,134); }

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

<style>
 span { border-color: #967A86; }

 span { border-color: rgb(150,122,134); }

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