#995B65

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

Shades of Vin Rouge #995B65

Tints of Vin Rouge #995B65

Color information

#995B65 (or 0x995B65) is unknown color: approx Vin Rouge. HEX triplet: 99, 5B and 65. RGB value is (153,91,101). Sum of RGB (Red+Green+Blue) = 153+91+101=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #995B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B65 is #66A49A. Grayscale: #6E6E6E. Windows color (decimal): -6726811 or 6642585. OLE color: 6642585.

HSL color Cylindrical-coordinate representation of color #995B65: hue angle of 350.32º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995B65 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.4.

Color convert

RGB15391101-
CMYK00.410.340.4
HSL350.32º25.41%47.84%-
HSV(B)350.32º40.52%60%-
XYZ19.2315.1914.23-
YUV110.68122.54158.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=44.35%
G=26.38%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.34
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539110100.410.340.4350.3225.4147.84
Hex995B65029222815e1930
Octal23113314505142505363160
Binary1001100110110111100101010100110001010100010101111011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995B65; }

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

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

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

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

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

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

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

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