#995658

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

Shades of Vin Rouge #995658

Tints of Vin Rouge #995658

Color information

#995658 (or 0x995658) is unknown color: approx Vin Rouge. HEX triplet: 99, 56 and 58. RGB value is (153,86,88). Sum of RGB (Red+Green+Blue) = 153+86+88=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 88 (34.77% from 255 or 26.91% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #995658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995658 is #66A9A7. Grayscale: #6A6A6A. Windows color (decimal): -6728104 or 5789337. OLE color: 5789337.

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

Color convert

RGB1538688-
CMYK00.440.420.4
HSL358.21º28.03%46.86%-
HSV(B)358.21º43.79%60%-
XYZ18.2314.1311-
YUV106.26117.7161.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.79%
GREEN value IS 86 (33.98% from 255) = 26.30%
BLUE value IS 88 (34.77% from 255) = 26.91%
R=46.79%
G=26.30%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153868800.440.420.4358.2128.0346.86
Hex99565802C2A281661c2f
Octal23112613005452505463457
Binary1001100110101101011000010110010101010100010110011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #995658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #995658; }

 p { color: rgb(153,86,88); }

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

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

 a { background-color: rgb(153,86,88); }

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

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

 span { border-color: rgb(153,86,88); }

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