#995666

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

Shades of Vin Rouge #995666

Tints of Vin Rouge #995666

Color information

#995666 (or 0x995666) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 66. RGB value is (153,86,102). Sum of RGB (Red+Green+Blue) = 153+86+102=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 102 (40.23% from 255 or 29.91% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #995666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995666 is #66A999. Grayscale: #6B6B6B. Windows color (decimal): -6728090 or 6706841. OLE color: 6706841.

HSL color Cylindrical-coordinate representation of color #995666: hue angle of 345.67º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #995666 is Cyan = 0, Magento = 0.44, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15386102-
CMYK00.440.330.4
HSL345.67º28.03%46.86%-
HSV(B)345.67º43.79%60%-
XYZ18.8614.3914.35-
YUV107.86124.7160.2-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 102 (40.23% from 255) = 29.91%
R=44.87%
G=25.22%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538610200.440.330.4345.6728.0346.86
Hex99566602C212815a1c2f
Octal23112614605441505323457
Binary1001100110101101100110010110010000110100010101101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995666; }

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

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

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

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

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

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

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

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