#905959

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

Shades of Rose Taupe #905959

Tints of Rose Taupe #905959

Color information

#905959 (or 0x905959) is unknown color: approx Rose Taupe. HEX triplet: 90, 59 and 59. RGB value is (144,89,89). Sum of RGB (Red+Green+Blue) = 144+89+89=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 89 (35.16% from 255 or 27.64% from 322); Blue value is 89 (35.16% from 255 or 27.64% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #905959 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905959 is #6FA6A6. Grayscale: #696969. Windows color (decimal): -7317159 or 5855632. OLE color: 5855632.

HSL color Cylindrical-coordinate representation of color #905959: hue angle of 0º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #905959 is Cyan = 0, Magento = 0.38, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1448989-
CMYK00.380.380.44
HSL23.61%45.69%-
HSV(B)38.19%56.47%-
XYZ16.8813.811.22-
YUV105.44118.72155.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 89 (35.16% from 255) = 27.64%
BLUE value IS 89 (35.16% from 255) = 27.64%
R=44.72%
G=27.64%
B=27.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144898900.380.380.44023.6145.69
Hex905959026262C0182e
Octal220131131046465403056
Binary10010000101100110110010100110100110101100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905959; }

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

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

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

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

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

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

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

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