#985B5B

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

Shades of Rose Taupe #985B5B

Tints of Rose Taupe #985B5B

Color information

#985B5B (or 0x985B5B) is unknown color: approx Rose Taupe. HEX triplet: 98, 5B and 5B. RGB value is (152,91,91). Sum of RGB (Red+Green+Blue) = 152+91+91=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 91 (35.94% from 255 or 27.25% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #985B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B5B is #67A4A4. Grayscale: #6D6D6D. Windows color (decimal): -6792357 or 5987224. OLE color: 5987224.

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

Color convert

RGB1529191-
CMYK00.400.400.40
HSL25.1%47.65%-
HSV(B)40.13%59.61%-
XYZ18.5814.9111.8-
YUV109.24117.71158.5-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 91 (35.94% from 255) = 27.25%
BLUE value IS 91 (35.94% from 255) = 27.25%
R=45.51%
G=27.25%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152919100.400.400.40025.147.65
Hex985B5B028282801930
Octal230133133050505003160
Binary10011000101101110110110101000101000101000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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