#965669

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

Shades of Vin Rouge #965669

Tints of Vin Rouge #965669

Color information

#965669 (or 0x965669) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 69. RGB value is (150,86,105). Sum of RGB (Red+Green+Blue) = 150+86+105=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 105 (41.41% from 255 or 30.79% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #965669 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965669 is #69A996. Grayscale: #6B6B6B. Windows color (decimal): -6924695 or 6903446. OLE color: 6903446.

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

Color convert

RGB15086105-
CMYK00.430.300.41
HSL342.19º27.12%46.27%-
HSV(B)342.19º42.67%58.82%-
XYZ18.4614.1615.12-
YUV107.3126.7158.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 105 (41.41% from 255) = 30.79%
R=43.99%
G=25.22%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508610500.430.300.41342.1927.1246.27
Hex96566902B1E291561b2e
Octal22612615105336515263356
Binary100101101010110110100101010111111010100110101011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965669; }

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

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

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

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

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

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

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

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