#985757

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

Shades of Rose Taupe #985757

Tints of Rose Taupe #985757

Color information

#985757 (or 0x985757) is unknown color: approx Rose Taupe. HEX triplet: 98, 57 and 57. RGB value is (152,87,87). Sum of RGB (Red+Green+Blue) = 152+87+87=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 87 (34.38% from 255 or 26.69% from 326); Blue value is 87 (34.38% from 255 or 26.69% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #985757 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985757 is #67A8A8. Grayscale: #6A6A6A. Windows color (decimal): -6793385 or 5724056. OLE color: 5724056.

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

Color convert

RGB1528787-
CMYK00.430.430.40
HSL27.2%46.86%-
HSV(B)42.76%59.61%-
XYZ18.0814.1810.8-
YUV106.44117.03160.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 87 (34.38% from 255) = 26.69%
BLUE value IS 87 (34.38% from 255) = 26.69%
R=46.63%
G=26.69%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152878700.430.430.40027.246.86
Hex98575702B2B2801b2f
Octal230127127053535003357
Binary10011000101011110101110101011101011101000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985757; }

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

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

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

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

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

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

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

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