#905965

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

Shades of Vin Rouge #905965

Tints of Vin Rouge #905965

Color information

#905965 (or 0x905965) is unknown color: approx Vin Rouge. HEX triplet: 90, 59 and 65. RGB value is (144,89,101). Sum of RGB (Red+Green+Blue) = 144+89+101=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #905965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905965 is #6FA69A. Grayscale: #6A6A6A. Windows color (decimal): -7317147 or 6642064. OLE color: 6642064.

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

Color convert

RGB14489101-
CMYK00.380.300.44
HSL346.91º23.61%45.69%-
HSV(B)346.91º38.19%56.47%-
XYZ17.4214.0114.1-
YUV106.81124.72154.52-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 89 (35.16% from 255) = 26.65%
BLUE value IS 101 (39.84% from 255) = 30.24%
R=43.11%
G=26.65%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448910100.380.300.44346.9123.6145.69
Hex9059650261E2C15b182e
Octal22013114504636545333056
Binary100100001011001110010101001101111010110010101101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905965; }

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

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

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

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

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

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

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

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