#96545a

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

Shades of Vin Rouge #96545A

Tints of Vin Rouge #96545A

Color information

#96545A (or 0x96545A) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 5A. RGB value is (150,84,90). Sum of RGB (Red+Green+Blue) = 150+84+90=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 90 (35.55% from 255 or 27.78% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #96545A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96545A is #69ABA5. Grayscale: #686868. Windows color (decimal): -6925222 or 5919894. OLE color: 5919894.

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

Color convert

RGB1508490-
CMYK00.440.40.41
HSL354.55º28.21%45.88%-
HSV(B)354.55º44%58.82%-
XYZ17.5913.5611.36-
YUV104.42119.87160.51-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 46.30%
GREEN value IS 84 (33.20% from 255) = 25.93%
BLUE value IS 90 (35.55% from 255) = 27.78%
R=46.30%
G=25.93%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.4
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150849000.440.40.41354.5528.2145.88
Hex96545A02C28291631c2e
Octal22612413205450515433456
Binary1001011010101001011010010110010100010100110110001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96545a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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