#905966

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

Shades of Vin Rouge #905966

Tints of Vin Rouge #905966

Color information

#905966 (or 0x905966) is unknown color: approx Vin Rouge. HEX triplet: 90, 59 and 66. RGB value is (144,89,102). Sum of RGB (Red+Green+Blue) = 144+89+102=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 89 (35.16% from 255 or 26.57% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #905966 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905966 is #6FA699. Grayscale: #6A6A6A. Windows color (decimal): -7317146 or 6707600. OLE color: 6707600.

HSL color Cylindrical-coordinate representation of color #905966: hue angle of 345.82º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905966 is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB14489102-
CMYK00.380.290.44
HSL345.82º23.61%45.69%-
HSV(B)345.82º38.19%56.47%-
XYZ17.4714.0314.36-
YUV106.93125.22154.44-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 89 (35.16% from 255) = 26.57%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=42.99%
G=26.57%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448910200.380.290.44345.8223.6145.69
Hex9059660261D2C15a182e
Octal22013114604635545323056
Binary100100001011001110011001001101110110110010101101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905966; }

 p { color: rgb(144,89,102); }

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

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

 a { background-color: rgb(144,89,102); }

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

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

 span { border-color: rgb(144,89,102); }

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