#915E60

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

Shades of Vin Rouge #915E60

Tints of Vin Rouge #915E60

Color information

#915E60 (or 0x915E60) is unknown color: approx Vin Rouge. HEX triplet: 91, 5E and 60. RGB value is (145,94,96). Sum of RGB (Red+Green+Blue) = 145+94+96=335 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.28% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 145 - color contains mainly: red. Hex color #915E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E60 is #6EA19F. Grayscale: #6D6D6D. Windows color (decimal): -7250336 or 6315665. OLE color: 6315665.

HSL color Cylindrical-coordinate representation of color #915E60: hue angle of 357.65º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #915E60 is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.43.

Color convert

RGB1459496-
CMYK00.350.340.43
HSL357.65º21.34%46.86%-
HSV(B)357.65º35.17%56.86%-
XYZ17.7914.8713-
YUV109.48120.4153.34-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.28%
GREEN value IS 94 (37.11% from 255) = 28.06%
BLUE value IS 96 (37.89% from 255) = 28.66%
R=43.28%
G=28.06%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145949600.350.340.43357.6521.3446.86
Hex915E60023222B166152f
Octal22113614004342535462557
Binary1001000110111101100000010001110001010101110110011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915E60; }

 p { color: rgb(145,94,96); }

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

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

 a { background-color: rgb(145,94,96); }

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

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

 span { border-color: rgb(145,94,96); }

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