#968284

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

Shades of Venus #968284

Tints of Venus #968284

Color information

#968284 (or 0x968284) is unknown color: approx Venus. HEX triplet: 96, 82 and 84. RGB value is (150,130,132). Sum of RGB (Red+Green+Blue) = 150+130+132=412 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.41% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 132 (51.95% from 255 or 32.04% from 412); Max value from RGB is 150 - color contains mainly: red. Hex color #968284 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968284 is #697D7B. Grayscale: #888888. Windows color (decimal): -6913404 or 8684182. OLE color: 8684182.

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

Color convert

RGB150130132-
CMYK00.130.120.41
HSL354º8.7%54.9%-
HSV(B)354º13.33%58.82%-
XYZ24.7324.1225.18-
YUV136.21125.63137.84-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.41%
GREEN value IS 130 (51.17% from 255) = 31.55%
BLUE value IS 132 (51.95% from 255) = 32.04%
R=36.41%
G=31.55%
B=32.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013013200.130.120.413548.754.9
Hex9682840DC29162937
Octal22620220401514515421167
Binary1001011010000010100001000110111001010011011000101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968284; }

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

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

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

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

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

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

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

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