#985E60

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

Shades of Vin Rouge #985E60

Tints of Vin Rouge #985E60

Color information

#985E60 (or 0x985E60) is unknown color: approx Vin Rouge. HEX triplet: 98, 5E and 60. RGB value is (152,94,96). Sum of RGB (Red+Green+Blue) = 152+94+96=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 94 (37.11% from 255 or 27.49% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #985E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E60 is #67A19F. Grayscale: #6F6F6F. Windows color (decimal): -6791584 or 6315672. OLE color: 6315672.

HSL color Cylindrical-coordinate representation of color #985E60: hue angle of 357.93º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #985E60 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.40.

Color convert

RGB1529496-
CMYK00.380.370.40
HSL357.93º23.58%48.24%-
HSV(B)357.93º38.16%59.61%-
XYZ19.0615.5313.06-
YUV111.57119.22156.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 94 (37.11% from 255) = 27.49%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=44.44%
G=27.49%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152949600.380.370.40357.9323.5848.24
Hex985E6002625281661830
Octal23013614004645505463060
Binary1001100010111101100000010011010010110100010110011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985E60; }

 p { color: rgb(152,94,96); }

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

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

 a { background-color: rgb(152,94,96); }

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

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

 span { border-color: rgb(152,94,96); }

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