#96545E

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

Shades of Vin Rouge #96545E

Tints of Vin Rouge #96545E

Color information

#96545E (or 0x96545E) is unknown color: approx Vin Rouge. HEX triplet: 96, 54 and 5E. RGB value is (150,84,94). Sum of RGB (Red+Green+Blue) = 150+84+94=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96545E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96545E is #69ABA1. Grayscale: #686868. Windows color (decimal): -6925218 or 6182038. OLE color: 6182038.

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

Color convert

RGB1508494-
CMYK00.440.370.41
HSL350.91º28.21%45.88%-
HSV(B)350.91º44%58.82%-
XYZ17.7713.6312.28-
YUV104.87121.87160.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.73%
GREEN value IS 84 (33.20% from 255) = 25.61%
BLUE value IS 94 (37.11% from 255) = 28.66%
R=45.73%
G=25.61%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150849400.440.370.41350.9128.2145.88
Hex96545E02C252915f1c2e
Octal22612413605445515373456
Binary1001011010101001011110010110010010110100110101111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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