#985B59

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

Shades of Rose Taupe #985B59

Tints of Rose Taupe #985B59

Color information

#985B59 (or 0x985B59) is unknown color: approx Rose Taupe. HEX triplet: 98, 5B and 59. RGB value is (152,91,89). Sum of RGB (Red+Green+Blue) = 152+91+89=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 89 (35.16% from 255 or 26.81% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #985B59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985B59 is #67A4A6. Grayscale: #6D6D6D. Windows color (decimal): -6792359 or 5856152. OLE color: 5856152.

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

Color convert

RGB1529189-
CMYK00.400.410.40
HSL1.9º26.14%47.25%-
HSV(B)1.9º41.45%59.61%-
XYZ18.4914.8811.35-
YUV109.01116.71158.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 89 (35.16% from 255) = 26.81%
R=45.78%
G=27.41%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152918900.400.410.401.926.1447.25
Hex985B59028292821a2f
Octal230133131050515023257
Binary100110001011011101100101010001010011010001011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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