#995F60

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

Shades of Vin Rouge #995F60

Tints of Vin Rouge #995F60

Color information

#995F60 (or 0x995F60) is unknown color: approx Vin Rouge. HEX triplet: 99, 5F and 60. RGB value is (153,95,96). Sum of RGB (Red+Green+Blue) = 153+95+96=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 95 (37.5% from 255 or 27.62% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #995F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995F60 is #66A09F. Grayscale: #707070. Windows color (decimal): -6725792 or 6315929. OLE color: 6315929.

HSL color Cylindrical-coordinate representation of color #995F60: hue angle of 358.97º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #995F60 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1539596-
CMYK00.380.370.4
HSL358.97º23.39%48.63%-
HSV(B)358.97º37.91%60%-
XYZ19.3415.813.1-
YUV112.46118.72156.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 95 (37.5% from 255) = 27.62%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=44.48%
G=27.62%
B=27.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153959600.380.370.4358.9723.3948.63
Hex995F6002625281671731
Octal23113714004645505472761
Binary1001100110111111100000010011010010110100010110011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,95,96); }

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

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

 a { background-color: rgb(153,95,96); }

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

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

 span { border-color: rgb(153,95,96); }

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