#905E5D

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

Shades of Rose Taupe #905E5D

Tints of Rose Taupe #905E5D

Color information

#905E5D (or 0x905E5D) is unknown color: approx Rose Taupe. HEX triplet: 90, 5E and 5D. RGB value is (144,94,93). Sum of RGB (Red+Green+Blue) = 144+94+93=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 93 (36.72% from 255 or 28.10% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #905E5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905E5D is #6FA1A2. Grayscale: #6C6C6C. Windows color (decimal): -7315875 or 6119056. OLE color: 6119056.

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

Color convert

RGB1449493-
CMYK00.350.350.44
HSL1.18º21.52%46.47%-
HSV(B)1.18º35.42%56.47%-
XYZ17.4814.7312.28-
YUV108.84119.06153.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 94 (37.11% from 255) = 28.40%
BLUE value IS 93 (36.72% from 255) = 28.10%
R=43.50%
G=28.40%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144949300.350.350.441.1821.5246.47
Hex905E5D023232C1162e
Octal220136135043435412656
Binary10010000101111010111010100011100011101100110110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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