#985D5C

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

Shades of Rose Taupe #985D5C

Tints of Rose Taupe #985D5C

Color information

#985D5C (or 0x985D5C) is unknown color: approx Rose Taupe. HEX triplet: 98, 5D and 5C. RGB value is (152,93,92). Sum of RGB (Red+Green+Blue) = 152+93+92=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 93 (36.72% from 255 or 27.60% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #985D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D5C is #67A2A3. Grayscale: #6E6E6E. Windows color (decimal): -6791844 or 6053272. OLE color: 6053272.

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

Color convert

RGB1529392-
CMYK00.390.390.40
HSL24.59%47.84%-
HSV(B)39.47%59.61%-
XYZ18.815.2812.08-
YUV110.53117.55157.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 93 (36.72% from 255) = 27.60%
BLUE value IS 92 (36.33% from 255) = 27.30%
R=45.10%
G=27.60%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152939200.390.390.40124.5947.84
Hex985D5C027272811930
Octal230135134047475013160
Binary10011000101110110111000100111100111101000111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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