#96566A

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

Shades of Vin Rouge #96566A

Tints of Vin Rouge #96566A

Color information

#96566A (or 0x96566A) is unknown color: approx Vin Rouge. HEX triplet: 96, 56 and 6A. RGB value is (150,86,106). Sum of RGB (Red+Green+Blue) = 150+86+106=342 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.86% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 150 - color contains mainly: red. Hex color #96566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96566A is #69A995. Grayscale: #6B6B6B. Windows color (decimal): -6924694 or 6968982. OLE color: 6968982.

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

Color convert

RGB15086106-
CMYK00.430.290.41
HSL341.25º27.12%46.27%-
HSV(B)341.25º42.67%58.82%-
XYZ18.5114.1815.4-
YUV107.42127.2158.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 43.86%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=43.86%
G=25.15%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508610600.430.290.41341.2527.1246.27
Hex96566A02B1D291551b2e
Octal22612615205335515253356
Binary100101101010110110101001010111110110100110101010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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