#96546E

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

Shades of Vin Rouge #96546E

Tints of Vin Rouge #96546E

Color information

#96546E (or 0x96546E) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 6E. RGB value is (150,84,110). Sum of RGB (Red+Green+Blue) = 150+84+110=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 84 (33.20% from 255 or 24.42% from 344); Blue value is 110 (43.36% from 255 or 31.98% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96546E is #69AB91. Grayscale: #6A6A6A. Windows color (decimal): -6925202 or 7230614. OLE color: 7230614.

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

Color convert

RGB15084110-
CMYK00.440.270.41
HSL336.36º28.21%45.88%-
HSV(B)336.36º44%58.82%-
XYZ18.5613.9516.47-
YUV106.7129.87158.89-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 84 (33.20% from 255) = 24.42%
BLUE value IS 110 (43.36% from 255) = 31.98%
R=43.60%
G=24.42%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508411000.440.270.41336.3628.2145.88
Hex96546E02C1B291501c2e
Octal22612415605433515203456
Binary100101101010100110111001011001101110100110101000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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