#9F5959

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

Shades of Rose Taupe #9F5959

Tints of Rose Taupe #9F5959

Color information

#9F5959 (or 0x9F5959) is unknown color: approx Rose Taupe. HEX triplet: 9F, 59 and 59. RGB value is (159,89,89). Sum of RGB (Red+Green+Blue) = 159+89+89=337 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.18% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 89 (35.16% from 255 or 26.41% from 337); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5959 is #60A6A6. Grayscale: #6E6E6E. Windows color (decimal): -6334119 or 5855647. OLE color: 5855647.

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

Color convert

RGB1598989-
CMYK00.440.440.38
HSL28.23%48.63%-
HSV(B)44.03%62.35%-
XYZ19.6715.2411.36-
YUV109.93116.19163-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 47.18%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 89 (35.16% from 255) = 26.41%
R=47.18%
G=26.41%
B=26.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159898900.440.440.38028.2348.63
Hex9F595902C2C2601c31
Octal237131131054544603461
Binary10011111101100110110010101100101100100110011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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