#905957

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

Shades of Rose Taupe #905957

Tints of Rose Taupe #905957

Color information

#905957 (or 0x905957) is unknown color: approx Rose Taupe. HEX triplet: 90, 59 and 57. RGB value is (144,89,87). Sum of RGB (Red+Green+Blue) = 144+89+87=320 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 87 (34.38% from 255 or 27.19% from 320); Max value from RGB is 144 - color contains mainly: red. Hex color #905957 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905957 is #6FA6A8. Grayscale: #696969. Windows color (decimal): -7317161 or 5724560. OLE color: 5724560.

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

Color convert

RGB1448987-
CMYK00.380.400.44
HSL2.11º24.68%45.29%-
HSV(B)2.11º39.58%56.47%-
XYZ16.7913.7610.79-
YUV105.22117.72155.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 87 (34.38% from 255) = 27.19%
R=45%
G=27.81%
B=27.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144898700.380.400.442.1124.6845.29
Hex905957026282C2192d
Octal220131127046505423155
Binary100100001011001101011101001101010001011001011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905957; }

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

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

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

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

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

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

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

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