#9F5A59

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

Shades of Rose Taupe #9F5A59

Tints of Rose Taupe #9F5A59

Color information

#9F5A59 (or 0x9F5A59) is unknown color: approx Rose Taupe. HEX triplet: 9F, 5A and 59. RGB value is (159,90,89). Sum of RGB (Red+Green+Blue) = 159+90+89=338 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.04% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 89 (35.16% from 255 or 26.33% from 338); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5A59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5A59 is #60A5A6. Grayscale: #6E6E6E. Windows color (decimal): -6333863 or 5855903. OLE color: 5855903.

HSL color Cylindrical-coordinate representation of color #9F5A59: hue angle of 0.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5A59 is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1599089-
CMYK00.430.440.38
HSL0.86º28.23%48.63%-
HSV(B)0.86º44.03%62.35%-
XYZ19.7615.411.38-
YUV110.52115.86162.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.04%
GREEN value IS 90 (35.55% from 255) = 26.63%
BLUE value IS 89 (35.16% from 255) = 26.33%
R=47.04%
G=26.63%
B=26.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159908900.430.440.380.8628.2348.63
Hex9F5A5902B2C2611c31
Octal237132131053544613461
Binary10011111101101010110010101011101100100110111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F5A59; }

 p { color: rgb(159,90,89); }

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

<style>
 a { background-color: #9F5A59; }

 a { background-color: rgb(159,90,89); }

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

<style>
 span { border-color: #9F5A59; }

 span { border-color: rgb(159,90,89); }

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