#905E5C

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

Shades of Rose Taupe #905E5C

Tints of Rose Taupe #905E5C

Color information

#905E5C (or 0x905E5C) is unknown color: approx Rose Taupe. HEX triplet: 90, 5E and 5C. RGB value is (144,94,92). Sum of RGB (Red+Green+Blue) = 144+94+92=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #905E5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E5C is #6FA1A3. Grayscale: #6C6C6C. Windows color (decimal): -7315876 or 6053520. OLE color: 6053520.

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

Color convert

RGB1449492-
CMYK00.350.360.44
HSL2.31º22.03%46.27%-
HSV(B)2.31º36.11%56.47%-
XYZ17.4414.7112.05-
YUV108.72118.56153.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 94 (37.11% from 255) = 28.48%
BLUE value IS 92 (36.33% from 255) = 27.88%
R=43.64%
G=28.48%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144949200.350.360.442.3122.0346.27
Hex905E5C023242C2162e
Octal220136134043445422656
Binary100100001011110101110001000111001001011001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905E5C; }

 p { color: rgb(144,94,92); }

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

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

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

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

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

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

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