#965E62

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

Shades of Vin Rouge #965E62

Tints of Vin Rouge #965E62

Color information

#965E62 (or 0x965E62) is unknown color: approx Vin Rouge. HEX triplet: 96, 5E and 62. RGB value is (150,94,98). Sum of RGB (Red+Green+Blue) = 150+94+98=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #965E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E62 is #69A19D. Grayscale: #6F6F6F. Windows color (decimal): -6922654 or 6446742. OLE color: 6446742.

HSL color Cylindrical-coordinate representation of color #965E62: hue angle of 355.71º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E62 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.41.

Color convert

RGB1509498-
CMYK00.370.350.41
HSL355.71º22.95%47.84%-
HSV(B)355.71º37.33%58.82%-
XYZ18.7815.3713.53-
YUV111.2120.55155.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 98 (38.67% from 255) = 28.65%
R=43.86%
G=27.49%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150949800.370.350.41355.7122.9547.84
Hex965E6202523291641730
Octal22613614204543515442760
Binary1001011010111101100010010010110001110100110110010010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965E62; }

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

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

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

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

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

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

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

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