#9F5C59

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

Shades of Rose Taupe #9F5C59

Tints of Rose Taupe #9F5C59

Color information

#9F5C59 (or 0x9F5C59) is unknown color: approx Rose Taupe. HEX triplet: 9F, 5C and 59. RGB value is (159,92,89). Sum of RGB (Red+Green+Blue) = 159+92+89=340 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.76% from 340); Green value is 92 (36.33% from 255 or 27.06% from 340); Blue value is 89 (35.16% from 255 or 26.18% from 340); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C59 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C59 is #60A3A6. Grayscale: #6F6F6F. Windows color (decimal): -6333351 or 5856415. OLE color: 5856415.

HSL color Cylindrical-coordinate representation of color #9F5C59: hue angle of 2.57º 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 #9F5C59 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB1599289-
CMYK00.420.440.38
HSL2.57º28.23%48.63%-
HSV(B)2.57º44.03%62.35%-
XYZ19.9315.7511.44-
YUV111.69115.2161.74-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 46.76%
GREEN value IS 92 (36.33% from 255) = 27.06%
BLUE value IS 89 (35.16% from 255) = 26.18%
R=46.76%
G=27.06%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159928900.420.440.382.5728.2348.63
Hex9F5C5902A2C2631c31
Octal237134131052544633461
Binary100111111011100101100101010101011001001101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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