#985C5B

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

Shades of Rose Taupe #985C5B

Tints of Rose Taupe #985C5B

Color information

#985C5B (or 0x985C5B) is unknown color: approx Rose Taupe. HEX triplet: 98, 5C and 5B. RGB value is (152,92,91). Sum of RGB (Red+Green+Blue) = 152+92+91=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 92 (36.33% from 255 or 27.46% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985C5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C5B is #67A3A4. Grayscale: #6D6D6D. Windows color (decimal): -6792101 or 5987480. OLE color: 5987480.

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

Color convert

RGB1529291-
CMYK00.390.400.40
HSL0.98º25.1%47.65%-
HSV(B)0.98º40.13%59.61%-
XYZ18.6615.0911.83-
YUV109.83117.38158.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 92 (36.33% from 255) = 27.46%
BLUE value IS 91 (35.94% from 255) = 27.16%
R=45.37%
G=27.46%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152929100.390.400.400.9825.147.65
Hex985C5B027282811930
Octal230134133047505013160
Binary10011000101110010110110100111101000101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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