#965661

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

Shades of Vin Rouge #965661

Tints of Vin Rouge #965661

Color information

#965661 (or 0x965661) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 61. RGB value is (150,86,97). Sum of RGB (Red+Green+Blue) = 150+86+97=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 86 (33.98% from 255 or 25.83% from 333); Blue value is 97 (38.28% from 255 or 29.13% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #965661 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965661 is #69A99E. Grayscale: #6A6A6A. Windows color (decimal): -6924703 or 6379158. OLE color: 6379158.

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

Color convert

RGB1508697-
CMYK00.430.350.41
HSL349.69º27.12%46.27%-
HSV(B)349.69º42.67%58.82%-
XYZ18.061413.06-
YUV106.39122.7159.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 86 (33.98% from 255) = 25.83%
BLUE value IS 97 (38.28% from 255) = 29.13%
R=45.05%
G=25.83%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150869700.430.350.41349.6927.1246.27
Hex96566102B232915e1b2e
Octal22612614105343515363356
Binary1001011010101101100001010101110001110100110101111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965661; }

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

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

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

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

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

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

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

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