#985858

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

Shades of Rose Taupe #985858

Tints of Rose Taupe #985858

Color information

#985858 (or 0x985858) is unknown color: approx Rose Taupe. HEX triplet: 98, 58 and 58. RGB value is (152,88,88). Sum of RGB (Red+Green+Blue) = 152+88+88=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 88 (34.77% from 255 or 26.83% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #985858 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985858 is #67A7A7. Grayscale: #6B6B6B. Windows color (decimal): -6793128 or 5789848. OLE color: 5789848.

HSL color Cylindrical-coordinate representation of color #985858: 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.42%. Process color model (Four color, CMYK) of #985858 is Cyan = 0, Magento = 0.42, Yellow = 0.42 and Black (K on CMYK) = 0.40.

Color convert

RGB1528888-
CMYK00.420.420.40
HSL26.67%47.06%-
HSV(B)42.11%59.61%-
XYZ18.214.3611.04-
YUV107.14117.2160-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 88 (34.77% from 255) = 26.83%
BLUE value IS 88 (34.77% from 255) = 26.83%
R=46.34%
G=26.83%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152888800.420.420.40026.6747.06
Hex98585802A2A2801b2f
Octal230130130052525003357
Binary10011000101100010110000101010101010101000011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #985858; }

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

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

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

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

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

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

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

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