#995965

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

Shades of Vin Rouge #995965

Tints of Vin Rouge #995965

Color information

#995965 (or 0x995965) is unknown color: approx Vin Rouge. HEX triplet: 99, 59 and 65. RGB value is (153,89,101). Sum of RGB (Red+Green+Blue) = 153+89+101=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 89 (35.16% from 255 or 25.95% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #995965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995965 is #66A69A. Grayscale: #6D6D6D. Windows color (decimal): -6727323 or 6642073. OLE color: 6642073.

HSL color Cylindrical-coordinate representation of color #995965: hue angle of 348.75º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995965 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB15389101-
CMYK00.420.340.4
HSL348.75º26.45%47.45%-
HSV(B)348.75º41.83%60%-
XYZ19.0614.8614.18-
YUV109.5123.2159.02-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 89 (35.16% from 255) = 25.95%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=44.61%
G=25.95%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538910100.420.340.4348.7526.4547.45
Hex99596502A222815d1a2f
Octal23113114505242505353257
Binary1001100110110011100101010101010001010100010101110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995965; }

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

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

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

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

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

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

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

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