#955666

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

Shades of Vin Rouge #955666

Tints of Vin Rouge #955666

Color information

#955666 (or 0x955666) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 66. RGB value is (149,86,102). Sum of RGB (Red+Green+Blue) = 149+86+102=337 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.21% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 102 (40.23% from 255 or 30.27% from 337); Max value from RGB is 149 - color contains mainly: red. Hex color #955666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955666 is #6AA999. Grayscale: #6A6A6A. Windows color (decimal): -6990234 or 6706837. OLE color: 6706837.

HSL color Cylindrical-coordinate representation of color #955666: hue angle of 344.76º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955666 is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB14986102-
CMYK00.420.320.42
HSL344.76º26.81%46.08%-
HSV(B)344.76º42.28%58.43%-
XYZ18.121414.32-
YUV106.66125.37158.2-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 44.21%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 102 (40.23% from 255) = 30.27%
R=44.21%
G=25.52%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498610200.420.320.42344.7626.8146.08
Hex95566602A202A1591b2e
Octal22512614605240525313356
Binary1001010110101101100110010101010000010101010101100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955666; }

 p { color: rgb(149,86,102); }

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

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

 a { background-color: rgb(149,86,102); }

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

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

 span { border-color: rgb(149,86,102); }

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