#985E57

Color #985E57 Rose Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Taupe #985E57

Tints of Rose Taupe #985E57

Color information

#985E57 (or 0x985E57) is unknown color: approx Rose Taupe. HEX triplet: 98, 5E and 57. RGB value is (152,94,87). Sum of RGB (Red+Green+Blue) = 152+94+87=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 87 (34.38% from 255 or 26.13% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985E57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E57 is #67A1A8. Grayscale: #6E6E6E. Windows color (decimal): -6791593 or 5725848. OLE color: 5725848.

HSL color Cylindrical-coordinate representation of color #985E57: hue angle of 6.46º degrees, saturation: 0.27, 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 #985E57 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB1529487-
CMYK00.380.430.40
HSL6.46º27.2%46.86%-
HSV(B)6.46º42.76%59.61%-
XYZ18.6715.3711-
YUV110.54114.72157.57-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 94 (37.11% from 255) = 28.23%
BLUE value IS 87 (34.38% from 255) = 26.13%
R=45.65%
G=28.23%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152948700.380.430.406.4627.246.86
Hex985E570262B2861b2f
Octal230136127046535063357
Binary1001100010111101010111010011010101110100011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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