#955658

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

Shades of Vin Rouge #955658

Tints of Vin Rouge #955658

Color information

#955658 (or 0x955658) is unknown color: approx Vin Rouge. HEX triplet: 95, 56 and 58. RGB value is (149,86,88). Sum of RGB (Red+Green+Blue) = 149+86+88=323 (42% of max value = 765). Red value is 149 (58.59% from 255 or 46.13% from 323); Green value is 86 (33.98% from 255 or 26.63% from 323); Blue value is 88 (34.77% from 255 or 27.24% from 323); Max value from RGB is 149 - color contains mainly: red. Hex color #955658 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955658 is #6AA9A7. Grayscale: #696969. Windows color (decimal): -6990248 or 5789333. OLE color: 5789333.

HSL color Cylindrical-coordinate representation of color #955658: hue angle of 358.1º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955658 is Cyan = 0, Magento = 0.42, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB1498688-
CMYK00.420.410.42
HSL358.1º26.81%46.08%-
HSV(B)358.1º42.28%58.43%-
XYZ17.4813.7510.96-
YUV105.06118.37159.34-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 46.13%
GREEN value IS 86 (33.98% from 255) = 26.63%
BLUE value IS 88 (34.77% from 255) = 27.24%
R=46.13%
G=26.63%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149868800.420.410.42358.126.8146.08
Hex95565802A292A1661b2e
Octal22512613005251525463356
Binary1001010110101101011000010101010100110101010110011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955658; }

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

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

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

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

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

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

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

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