#967C85

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

Shades of Venus #967C85

Tints of Venus #967C85

Color information

#967C85 (or 0x967C85) is unknown color: approx Venus. HEX triplet: 96, 7C and 85. RGB value is (150,124,133). Sum of RGB (Red+Green+Blue) = 150+124+133=407 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.86% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 150 - color contains mainly: red. Hex color #967C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967C85 is #69837A. Grayscale: #848484. Windows color (decimal): -6914939 or 8748182. OLE color: 8748182.

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

Color convert

RGB150124133-
CMYK00.170.110.41
HSL339.23º11.02%53.73%-
HSV(B)339.23º17.33%58.82%-
XYZ24.0222.5925.29-
YUV132.8128.11140.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.86%
GREEN value IS 124 (48.83% from 255) = 30.47%
BLUE value IS 133 (52.34% from 255) = 32.68%
R=36.86%
G=30.47%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012413300.170.110.41339.2311.0253.73
Hex967C85011B29153b36
Octal22617420502113515231366
Binary1001011011111001000010101000110111010011010100111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,124,133); }

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

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

 a { background-color: rgb(150,124,133); }

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

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

 span { border-color: rgb(150,124,133); }

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