#985E5A

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

Shades of Rose Taupe #985E5A

Tints of Rose Taupe #985E5A

Color information

#985E5A (or 0x985E5A) is unknown color: approx Rose Taupe. HEX triplet: 98, 5E and 5A. RGB value is (152,94,90). Sum of RGB (Red+Green+Blue) = 152+94+90=336 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.24% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 90 (35.55% from 255 or 26.79% from 336); Max value from RGB is 152 - color contains mainly: red. Hex color #985E5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985E5A is #67A1A5. Grayscale: #6E6E6E. Windows color (decimal): -6791590 or 5922456. OLE color: 5922456.

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

Color convert

RGB1529490-
CMYK00.380.410.40
HSL3.87º25.62%47.45%-
HSV(B)3.87º40.79%59.61%-
XYZ18.815.4211.66-
YUV110.89116.22157.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.24%
GREEN value IS 94 (37.11% from 255) = 27.98%
BLUE value IS 90 (35.55% from 255) = 26.79%
R=45.24%
G=27.98%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152949000.380.410.403.8725.6247.45
Hex985E5A026292841a2f
Octal230136132046515043257
Binary1001100010111101011010010011010100110100010011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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