#985666

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

Shades of Vin Rouge #985666

Tints of Vin Rouge #985666

Color information

#985666 (or 0x985666) is unknown color: approx Vin Rouge. HEX triplet: 98, 56 and 66. RGB value is (152,86,102). Sum of RGB (Red+Green+Blue) = 152+86+102=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #985666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985666 is #67A999. Grayscale: #6B6B6B. Windows color (decimal): -6793626 or 6706840. OLE color: 6706840.

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

Color convert

RGB15286102-
CMYK00.430.330.40
HSL345.45º27.73%46.67%-
HSV(B)345.45º43.42%59.61%-
XYZ18.6714.2914.34-
YUV107.56124.87159.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 86 (33.98% from 255) = 25.29%
BLUE value IS 102 (40.23% from 255) = 30%
R=44.71%
G=25.29%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1528610200.430.330.40345.4527.7346.67
Hex98566602B21281591c2f
Octal23012614605341505313457
Binary1001100010101101100110010101110000110100010101100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985666; }

 p { color: rgb(152,86,102); }

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

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

 a { background-color: rgb(152,86,102); }

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

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

 span { border-color: rgb(152,86,102); }

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