#955668

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

Shades of Vin Rouge #955668

Tints of Vin Rouge #955668

Color information

#955668 (or 0x955668) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 68. RGB value is (149,86,104). Sum of RGB (Red+Green+Blue) = 149+86+104=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 104 (41.02% from 255 or 30.68% from 339); Max value from RGB is 149 - color contains mainly: red. Hex color #955668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955668 is #6AA997. Grayscale: #6A6A6A. Windows color (decimal): -6990232 or 6837909. OLE color: 6837909.

HSL color Cylindrical-coordinate representation of color #955668: hue angle of 342.86º 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 #955668 is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14986104-
CMYK00.420.300.42
HSL342.86º26.81%46.08%-
HSV(B)342.86º42.28%58.43%-
XYZ18.2214.0414.85-
YUV106.89126.37158.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 104 (41.02% from 255) = 30.68%
R=43.95%
G=25.37%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498610400.420.300.42342.8626.8146.08
Hex95566802A1E2A1571b2e
Octal22512615005236525273356
Binary100101011010110110100001010101111010101010101011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955668; }

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

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

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

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

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

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

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

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