#965662

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

Shades of Vin Rouge #965662

Tints of Vin Rouge #965662

Color information

#965662 (or 0x965662) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 62. RGB value is (150,86,98). Sum of RGB (Red+Green+Blue) = 150+86+98=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #965662 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965662 is #69A99D. Grayscale: #6A6A6A. Windows color (decimal): -6924702 or 6444694. OLE color: 6444694.

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

Color convert

RGB1508698-
CMYK00.430.350.41
HSL348.75º27.12%46.27%-
HSV(B)348.75º42.67%58.82%-
XYZ18.1114.0213.31-
YUV106.5123.2159.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 98 (38.67% from 255) = 29.34%
R=44.91%
G=25.75%
B=29.34%

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
Decimal150869800.430.350.41348.7527.1246.27
Hex96566202B232915d1b2e
Octal22612614205343515353356
Binary1001011010101101100010010101110001110100110101110111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965662; }

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

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

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

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

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

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

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

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