#965766

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

Shades of Vin Rouge #965766

Tints of Vin Rouge #965766

Color information

#965766 (or 0x965766) is unknown color: approx Vin Rouge. HEX triplet: 96, 57 and 66. RGB value is (150,87,102). Sum of RGB (Red+Green+Blue) = 150+87+102=339 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.25% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 150 - color contains mainly: red. Hex color #965766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965766 is #69A899. Grayscale: #6B6B6B. Windows color (decimal): -6924442 or 6707094. OLE color: 6707094.

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

Color convert

RGB15087102-
CMYK00.420.320.41
HSL345.71º26.58%46.47%-
HSV(B)345.71º42%58.82%-
XYZ18.3814.2614.35-
YUV107.55124.87158.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.25%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 102 (40.23% from 255) = 30.09%
R=44.25%
G=25.66%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508710200.420.320.41345.7126.5846.47
Hex96576602A202915a1b2e
Octal22612714605240515323356
Binary1001011010101111100110010101010000010100110101101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965766; }

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

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

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

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

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

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

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

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