#985C59

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

Shades of Rose Taupe #985C59

Tints of Rose Taupe #985C59

Color information

#985C59 (or 0x985C59) is unknown color: approx Rose Taupe. HEX triplet: 98, 5C and 59. RGB value is (152,92,89). Sum of RGB (Red+Green+Blue) = 152+92+89=333 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.65% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 89 (35.16% from 255 or 26.73% from 333); Max value from RGB is 152 - color contains mainly: red. Hex color #985C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #985C59 is #67A3A6. Grayscale: #6D6D6D. Windows color (decimal): -6792103 or 5856408. OLE color: 5856408.

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

Color convert

RGB1529289-
CMYK00.390.410.40
HSL2.86º26.14%47.25%-
HSV(B)2.86º41.45%59.61%-
XYZ18.5815.0511.38-
YUV109.6116.38158.24-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.65%
GREEN value IS 92 (36.33% from 255) = 27.63%
BLUE value IS 89 (35.16% from 255) = 26.73%
R=45.65%
G=27.63%
B=26.73%

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
Decimal152928900.390.410.402.8626.1447.25
Hex985C59027292831a2f
Octal230134131047515033257
Binary100110001011100101100101001111010011010001111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #985C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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