#96566C

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

Shades of Vin Rouge #96566C

Tints of Vin Rouge #96566C

Color information

#96566C (or 0x96566C) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 6C. RGB value is (150,86,108). Sum of RGB (Red+Green+Blue) = 150+86+108=344 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.60% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 150 - color contains mainly: red. Hex color #96566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96566C is #69A993. Grayscale: #6B6B6B. Windows color (decimal): -6924692 or 7100054. OLE color: 7100054.

HSL color Cylindrical-coordinate representation of color #96566C: hue angle of 339.38º degrees, saturation: 0.27, 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 #96566C is Cyan = 0, Magento = 0.43, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB15086108-
CMYK00.430.280.41
HSL339.38º27.12%46.27%-
HSV(B)339.38º42.67%58.82%-
XYZ18.6114.2215.95-
YUV107.64128.2158.21-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.60%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=43.60%
G=25%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508610800.430.280.41339.3827.1246.27
Hex96566C02B1C291531b2e
Octal22612615405334515233356
Binary100101101010110110110001010111110010100110101001111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96566C; }

 p { color: rgb(150,86,108); }

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

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

 a { background-color: rgb(150,86,108); }

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

<style>
 span { border-color: #96566C; }

 span { border-color: rgb(150,86,108); }

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