#985957

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

Shades of Rose Taupe #985957

Tints of Rose Taupe #985957

Color information

#985957 (or 0x985957) is unknown color: approx Rose Taupe. HEX triplet: 98, 59 and 57. RGB value is (152,89,87). Sum of RGB (Red+Green+Blue) = 152+89+87=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 87 (34.38% from 255 or 26.52% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985957 is #67A6A8. Grayscale: #6B6B6B. Windows color (decimal): -6792873 or 5724568. OLE color: 5724568.

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

Color convert

RGB1528987-
CMYK00.410.430.40
HSL1.85º27.2%46.86%-
HSV(B)1.85º42.76%59.61%-
XYZ18.2414.5110.86-
YUV107.61116.37159.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 89 (35.16% from 255) = 27.13%
BLUE value IS 87 (34.38% from 255) = 26.52%
R=46.34%
G=27.13%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152898700.410.430.401.8527.246.86
Hex9859570292B2821b2f
Octal230131127051535023357
Binary100110001011001101011101010011010111010001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985957; }

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

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

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

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

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

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

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

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