#96565E

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

Shades of Vin Rouge #96565E

Tints of Vin Rouge #96565E

Color information

#96565E (or 0x96565E) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 5E. RGB value is (150,86,94). Sum of RGB (Red+Green+Blue) = 150+86+94=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #96565E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96565E is #69A9A1. Grayscale: #6A6A6A. Windows color (decimal): -6924706 or 6182550. OLE color: 6182550.

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

Color convert

RGB1508694-
CMYK00.430.370.41
HSL352.5º27.12%46.27%-
HSV(B)352.5º42.67%58.82%-
XYZ17.9313.9512.34-
YUV106.05121.2159.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.45%
GREEN value IS 86 (33.98% from 255) = 26.06%
BLUE value IS 94 (37.11% from 255) = 28.48%
R=45.45%
G=26.06%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150869400.430.370.41352.527.1246.27
Hex96565E02B25291601b2e
Octal22612613605345515403356
Binary1001011010101101011110010101110010110100110110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96565E; }

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

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

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

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

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

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

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

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