#965666

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

Shades of Vin Rouge #965666

Tints of Vin Rouge #965666

Color information

#965666 (or 0x965666) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 66. RGB value is (150,86,102). Sum of RGB (Red+Green+Blue) = 150+86+102=338 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.38% from 338); Green value is 86 (33.98% from 255 or 25.44% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 150 - color contains mainly: red. Hex color #965666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965666 is #69A999. Grayscale: #6A6A6A. Windows color (decimal): -6924698 or 6706838. OLE color: 6706838.

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

Color convert

RGB15086102-
CMYK00.430.320.41
HSL345º27.12%46.27%-
HSV(B)345º42.67%58.82%-
XYZ18.314.114.33-
YUV106.96125.2158.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.38%
GREEN value IS 86 (33.98% from 255) = 25.44%
BLUE value IS 102 (40.23% from 255) = 30.18%
R=44.38%
G=25.44%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508610200.430.320.4134527.1246.27
Hex96566602B20291591b2e
Octal22612614605340515313356
Binary1001011010101101100110010101110000010100110101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965666; }

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

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

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

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

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

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

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

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