#967681

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

Shades of Venus #967681

Tints of Venus #967681

Color information

#967681 (or 0x967681) is unknown color: approx Venus. HEX triplet: 96, 76 and 81. RGB value is (150,118,129). Sum of RGB (Red+Green+Blue) = 150+118+129=397 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.78% from 397); Green value is 118 (46.48% from 255 or 29.72% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 150 - color contains mainly: red. Hex color #967681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967681 is #69897E. Grayscale: #808080. Windows color (decimal): -6916479 or 8484502. OLE color: 8484502.

HSL color Cylindrical-coordinate representation of color #967681: hue angle of 339.38º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967681 is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB150118129-
CMYK00.210.140.41
HSL339.38º13.22%52.55%-
HSV(B)339.38º21.33%58.82%-
XYZ23.0221.0323.61-
YUV128.82128.1143.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.78%
GREEN value IS 118 (46.48% from 255) = 29.72%
BLUE value IS 129 (50.78% from 255) = 32.49%
R=37.78%
G=29.72%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011812900.210.140.41339.3813.2252.55
Hex967681015E29153d35
Octal22616620102516515231565
Binary1001011011101101000000101010111101010011010100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967681; }

 p { color: rgb(150,118,129); }

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

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

 a { background-color: rgb(150,118,129); }

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

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

 span { border-color: rgb(150,118,129); }

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