#965668

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

Shades of Vin Rouge #965668

Tints of Vin Rouge #965668

Color information

#965668 (or 0x965668) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 68. RGB value is (150,86,104). Sum of RGB (Red+Green+Blue) = 150+86+104=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #965668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965668 is #69A997. Grayscale: #6B6B6B. Windows color (decimal): -6924696 or 6837910. OLE color: 6837910.

HSL color Cylindrical-coordinate representation of color #965668: hue angle of 343.12º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #965668 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB15086104-
CMYK00.430.310.41
HSL343.12º27.12%46.27%-
HSV(B)343.12º42.67%58.82%-
XYZ18.414.1414.86-
YUV107.19126.2158.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=44.12%
G=25.29%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508610400.430.310.41343.1227.1246.27
Hex96566802B1F291571b2e
Octal22612615005337515273356
Binary100101101010110110100001010111111110100110101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965668; }

 p { color: rgb(150,86,104); }

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

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

 a { background-color: rgb(150,86,104); }

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

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

 span { border-color: rgb(150,86,104); }

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