#968287

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

Shades of Venus #968287

Tints of Venus #968287

Color information

#968287 (or 0x968287) is unknown color: approx Venus. HEX triplet: 96, 82 and 87. RGB value is (150,130,135). Sum of RGB (Red+Green+Blue) = 150+130+135=415 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.14% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 135 (53.12% from 255 or 32.53% from 415); Max value from RGB is 150 - color contains mainly: red. Hex color #968287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968287 is #697D78. Grayscale: #888888. Windows color (decimal): -6913401 or 8880790. OLE color: 8880790.

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

Color convert

RGB150130135-
CMYK00.130.10.41
HSL345º8.7%54.9%-
HSV(B)345º13.33%58.82%-
XYZ24.9324.226.28-
YUV136.55127.13137.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.14%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 135 (53.12% from 255) = 32.53%
R=36.14%
G=31.33%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013013500.130.10.413458.754.9
Hex9682870DA29159937
Octal22620220701512515311167
Binary1001011010000010100001110110110101010011010110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968287; }

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

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

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

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

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

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

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

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