#995668

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

Shades of Vin Rouge #995668

Tints of Vin Rouge #995668

Color information

#995668 (or 0x995668) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 68. RGB value is (153,86,104). Sum of RGB (Red+Green+Blue) = 153+86+104=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #995668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995668 is #66A997. Grayscale: #6C6C6C. Windows color (decimal): -6728088 or 6837913. OLE color: 6837913.

HSL color Cylindrical-coordinate representation of color #995668: hue angle of 343.88º 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 #995668 is Cyan = 0, Magento = 0.44, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB15386104-
CMYK00.440.320.4
HSL343.88º28.03%46.86%-
HSV(B)343.88º43.79%60%-
XYZ18.9614.4314.88-
YUV108.08125.7160.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=44.61%
G=25.07%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.32
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538610400.440.320.4343.8828.0346.86
Hex99566802C20281581c2f
Octal23112615005440505303457
Binary1001100110101101101000010110010000010100010101100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995668; }

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

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

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

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

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

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

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

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