#967683

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

Shades of Venus #967683

Tints of Venus #967683

Color information

#967683 (or 0x967683) is unknown color: approx Venus. HEX triplet: 96, 76 and 83. RGB value is (150,118,131). Sum of RGB (Red+Green+Blue) = 150+118+131=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 118 (46.48% from 255 or 29.57% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 150 - color contains mainly: red. Hex color #967683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967683 is #69897C. Grayscale: #818181. Windows color (decimal): -6916477 or 8615574. OLE color: 8615574.

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

Color convert

RGB150118131-
CMYK00.210.130.41
HSL335.62º13.22%52.55%-
HSV(B)335.62º21.33%58.82%-
XYZ23.1521.0824.32-
YUV129.05129.1142.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.59%
GREEN value IS 118 (46.48% from 255) = 29.57%
BLUE value IS 131 (51.56% from 255) = 32.83%
R=37.59%
G=29.57%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011813100.210.130.41335.6213.2252.55
Hex967683015D29150d35
Octal22616620302515515201565
Binary1001011011101101000001101010111011010011010100001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967683; }

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

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

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

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

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

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

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

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