#985D5A

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

Shades of Rose Taupe #985D5A

Tints of Rose Taupe #985D5A

Color information

#985D5A (or 0x985D5A) is unknown color: approx Rose Taupe. HEX triplet: 98, 5D and 5A. RGB value is (152,93,90). Sum of RGB (Red+Green+Blue) = 152+93+90=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 90 (35.55% from 255 or 26.87% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #985D5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985D5A is #67A2A5. Grayscale: #6E6E6E. Windows color (decimal): -6791846 or 5922200. OLE color: 5922200.

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

Color convert

RGB1529390-
CMYK00.390.410.40
HSL2.9º25.62%47.45%-
HSV(B)2.9º40.79%59.61%-
XYZ18.7115.2411.63-
YUV110.3116.55157.74-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 93 (36.72% from 255) = 27.76%
BLUE value IS 90 (35.55% from 255) = 26.87%
R=45.37%
G=27.76%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152939000.390.410.402.925.6247.45
Hex985D5A027292831a2f
Octal230135132047515033257
Binary100110001011101101101001001111010011010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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