#96555E

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

Shades of Vin Rouge #96555E

Tints of Vin Rouge #96555E

Color information

#96555E (or 0x96555E) is unknown color: approx Vin Rouge. HEX triplet: 96, 55 and 5E. RGB value is (150,85,94). Sum of RGB (Red+Green+Blue) = 150+85+94=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 85 (33.59% from 255 or 25.84% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96555E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96555E is #69AAA1. Grayscale: #696969. Windows color (decimal): -6924962 or 6182294. OLE color: 6182294.

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

Color convert

RGB1508594-
CMYK00.430.370.41
HSL351.69º27.66%46.08%-
HSV(B)351.69º43.33%58.82%-
XYZ17.8513.7912.31-
YUV105.46121.53159.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.59%
GREEN value IS 85 (33.59% from 255) = 25.84%
BLUE value IS 94 (37.11% from 255) = 28.57%
R=45.59%
G=25.84%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150859400.430.370.41351.6927.6646.08
Hex96555E02B25291601c2e
Octal22612513605345515403456
Binary1001011010101011011110010101110010110100110110000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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