#995967

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

Shades of Vin Rouge #995967

Tints of Vin Rouge #995967

Color information

#995967 (or 0x995967) is unknown color: approx Vin Rouge. HEX triplet: 99, 59 and 67. RGB value is (153,89,103). Sum of RGB (Red+Green+Blue) = 153+89+103=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #995967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995967 is #66A698. Grayscale: #6D6D6D. Windows color (decimal): -6727321 or 6773145. OLE color: 6773145.

HSL color Cylindrical-coordinate representation of color #995967: hue angle of 346.88º 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 #995967 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB15389103-
CMYK00.420.330.4
HSL346.88º26.45%47.45%-
HSV(B)346.88º41.83%60%-
XYZ19.1614.914.7-
YUV109.73124.2158.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=44.35%
G=25.80%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538910300.420.330.4346.8826.4547.45
Hex99596702A212815b1a2f
Octal23113114705241505333257
Binary1001100110110011100111010101010000110100010101101111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995967; }

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

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

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

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

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

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

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

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