#905857

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

Shades of Rose Taupe #905857

Tints of Rose Taupe #905857

Color information

#905857 (or 0x905857) is unknown color: approx Rose Taupe. HEX triplet: 90, 58 and 57. RGB value is (144,88,87). Sum of RGB (Red+Green+Blue) = 144+88+87=319 (42% of max value = 765). Red value is 144 (56.64% from 255 or 45.14% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 87 (34.38% from 255 or 27.27% from 319); Max value from RGB is 144 - color contains mainly: red. Hex color #905857 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905857 is #6FA7A8. Grayscale: #686868. Windows color (decimal): -7317417 or 5724304. OLE color: 5724304.

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

Color convert

RGB1448887-
CMYK00.390.400.44
HSL1.05º24.68%45.29%-
HSV(B)1.05º39.58%56.47%-
XYZ16.7113.610.76-
YUV104.63118.05156.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.14%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 87 (34.38% from 255) = 27.27%
R=45.14%
G=27.59%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144888700.390.400.441.0524.6845.29
Hex905857027282C1192d
Octal220130127047505413155
Binary10010000101100010101110100111101000101100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905857; }

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

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

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

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

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

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

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

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