#967684

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

Shades of Venus #967684

Tints of Venus #967684

Color information

#967684 (or 0x967684) is unknown color: approx Venus. HEX triplet: 96, 76 and 84. RGB value is (150,118,132). Sum of RGB (Red+Green+Blue) = 150+118+132=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 118 (46.48% from 255 or 29.5% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 150 - color contains mainly: red. Hex color #967684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967684 is #69897B. Grayscale: #818181. Windows color (decimal): -6916476 or 8681110. OLE color: 8681110.

HSL color Cylindrical-coordinate representation of color #967684: hue angle of 333.75º 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 #967684 is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB150118132-
CMYK00.210.120.41
HSL333.75º13.22%52.55%-
HSV(B)333.75º21.33%58.82%-
XYZ23.2221.1124.68-
YUV129.16129.6142.86-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.5%
GREEN value IS 118 (46.48% from 255) = 29.5%
BLUE value IS 132 (51.95% from 255) = 33%
R=37.5%
G=29.5%
B=33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011813200.210.120.41333.7513.2252.55
Hex967684015C2914ed35
Octal22616620402514515161565
Binary1001011011101101000010001010111001010011010011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967684; }

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

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

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

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

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

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

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

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