#96556A

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

Shades of Vin Rouge #96556A

Tints of Vin Rouge #96556A

Color information

#96556A (or 0x96556A) is unknown color: approx Vin Rouge. HEX triplet: 96, 55 and 6A. RGB value is (150,85,106). Sum of RGB (Red+Green+Blue) = 150+85+106=341 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.99% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 106 (41.80% from 255 or 31.09% from 341); Max value from RGB is 150 - color contains mainly: red. Hex color #96556A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96556A is #69AA95. Grayscale: #6A6A6A. Windows color (decimal): -6924950 or 6968726. OLE color: 6968726.

HSL color Cylindrical-coordinate representation of color #96556A: hue angle of 340.62º degrees, saturation: 0.28, 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 #96556A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15085106-
CMYK00.430.290.41
HSL340.62º27.66%46.08%-
HSV(B)340.62º43.33%58.82%-
XYZ18.4314.0215.37-
YUV106.83127.53158.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.99%
GREEN value IS 85 (33.59% from 255) = 24.93%
BLUE value IS 106 (41.80% from 255) = 31.09%
R=43.99%
G=24.93%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508510600.430.290.41340.6227.6646.08
Hex96556A02B1D291551c2e
Octal22612515205335515253456
Binary100101101010101110101001010111110110100110101010111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96556A; }

 p { color: rgb(150,85,106); }

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

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

 a { background-color: rgb(150,85,106); }

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

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

 span { border-color: rgb(150,85,106); }

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