#968289

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

Shades of Venus #968289

Tints of Venus #968289

Color information

#968289 (or 0x968289) is unknown color: approx Venus. HEX triplet: 96, 82 and 89. RGB value is (150,130,137). Sum of RGB (Red+Green+Blue) = 150+130+137=417 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.97% from 417); Green value is 130 (51.17% from 255 or 31.18% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 150 - color contains mainly: red. Hex color #968289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968289 is #697D76. Grayscale: #888888. Windows color (decimal): -6913399 or 9011862. OLE color: 9011862.

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

Color convert

RGB150130137-
CMYK00.130.090.41
HSL339º8.7%54.9%-
HSV(B)339º13.33%58.82%-
XYZ25.0824.2627.03-
YUV136.78128.13137.43-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.97%
GREEN value IS 130 (51.17% from 255) = 31.18%
BLUE value IS 137 (53.91% from 255) = 32.85%
R=35.97%
G=31.18%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013013700.130.090.413398.754.9
Hex9682890D929153937
Octal22620221101511515231167
Binary1001011010000010100010010110110011010011010100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968289; }

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

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

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

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

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

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

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

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