#968083

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

Shades of Venus #968083

Tints of Venus #968083

Color information

#968083 (or 0x968083) is unknown color: approx Venus. HEX triplet: 96, 80 and 83. RGB value is (150,128,131). Sum of RGB (Red+Green+Blue) = 150+128+131=409 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.67% from 409); Green value is 128 (50.39% from 255 or 31.30% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 150 - color contains mainly: red. Hex color #968083 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968083 is #697F7C. Grayscale: #868686. Windows color (decimal): -6913917 or 8618134. OLE color: 8618134.

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

Color convert

RGB150128131-
CMYK00.150.130.41
HSL351.82º9.48%54.51%-
HSV(B)351.82º14.67%58.82%-
XYZ24.3923.5624.73-
YUV134.92125.79138.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.67%
GREEN value IS 128 (50.39% from 255) = 31.30%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=36.67%
G=31.30%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012813100.150.130.41351.829.4854.51
Hex9680830FD29160937
Octal22620020301715515401167
Binary1001011010000000100000110111111011010011011000001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968083; }

 p { color: rgb(150,128,131); }

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

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

 a { background-color: rgb(150,128,131); }

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

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

 span { border-color: rgb(150,128,131); }

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