#995B64

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

Shades of Vin Rouge #995B64

Tints of Vin Rouge #995B64

Color information

#995B64 (or 0x995B64) is unknown color: approx Vin Rouge. HEX triplet: 99, 5B and 64. RGB value is (153,91,100). Sum of RGB (Red+Green+Blue) = 153+91+100=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #995B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995B64 is #66A49B. Grayscale: #6E6E6E. Windows color (decimal): -6726812 or 6577049. OLE color: 6577049.

HSL color Cylindrical-coordinate representation of color #995B64: hue angle of 351.29º 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 #995B64 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15391100-
CMYK00.410.350.4
HSL351.29º25.41%47.84%-
HSV(B)351.29º40.52%60%-
XYZ19.1815.1713.97-
YUV110.56122.04158.27-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=44.48%
G=26.45%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1539110000.410.350.4351.2925.4147.84
Hex995B64029232815f1930
Octal23113314405143505373160
Binary1001100110110111100100010100110001110100010101111111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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