#96546a

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

Shades of Vin Rouge #96546A

Tints of Vin Rouge #96546A

Color information

#96546A (or 0x96546A) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 6A. RGB value is (150,84,106). Sum of RGB (Red+Green+Blue) = 150+84+106=340 (45% of max value = 765). Red value is 150 (58.98% from 255 or 44.12% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 106 (41.80% from 255 or 31.18% from 340); Max value from RGB is 150 - color contains mainly: red. Hex color #96546A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96546A is #69AB95. Grayscale: #6A6A6A. Windows color (decimal): -6925206 or 6968470. OLE color: 6968470.

HSL color Cylindrical-coordinate representation of color #96546A: hue angle of 340º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96546A is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15084106-
CMYK00.440.290.41
HSL340º28.21%45.88%-
HSV(B)340º44%58.82%-
XYZ18.3513.8715.34-
YUV106.24127.87159.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.12%
GREEN value IS 84 (33.20% from 255) = 24.71%
BLUE value IS 106 (41.80% from 255) = 31.18%
R=44.12%
G=24.71%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508410600.440.290.4134028.2145.88
Hex96546A02C1D291541c2e
Octal22612415205435515243456
Binary100101101010100110101001011001110110100110101010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96546a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96546a; }

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

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

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

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

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

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

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

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