#906059

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

Shades of Rose Taupe #906059

Tints of Rose Taupe #906059

Color information

#906059 (or 0x906059) is unknown color: approx Rose Taupe. HEX triplet: 90, 60 and 59. RGB value is (144,96,89). Sum of RGB (Red+Green+Blue) = 144+96+89=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 89 (35.16% from 255 or 27.05% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #906059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906059 is #6F9FA6. Grayscale: #6D6D6D. Windows color (decimal): -7315367 or 5857424. OLE color: 5857424.

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

Color convert

RGB1449689-
CMYK00.330.380.44
HSL7.64º23.61%45.69%-
HSV(B)7.64º38.19%56.47%-
XYZ17.4915.0211.43-
YUV109.55116.4152.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 89 (35.16% from 255) = 27.05%
R=43.77%
G=29.18%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144968900.330.380.447.6423.6145.69
Hex906059021262C8182e
Octal2201401310414654103056
Binary10010000110000010110010100001100110101100100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906059; }

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

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

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

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

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

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

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

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