#915E55

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

Shades of Rose Taupe #915E55

Tints of Rose Taupe #915E55

Color information

#915E55 (or 0x915E55) is unknown color: approx Rose Taupe. HEX triplet: 91, 5E and 55. RGB value is (145,94,85). Sum of RGB (Red+Green+Blue) = 145+94+85=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 85 (33.59% from 255 or 26.23% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #915E55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915E55 is #6EA1AA. Grayscale: #6C6C6C. Windows color (decimal): -7250347 or 5594769. OLE color: 5594769.

HSL color Cylindrical-coordinate representation of color #915E55: hue angle of 9º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915E55 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.43.

Color convert

RGB1459485-
CMYK00.350.410.43
HSL26.09%45.1%-
HSV(B)41.38%56.86%-
XYZ17.3214.6810.52-
YUV108.22114.9154.23-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 85 (33.59% from 255) = 26.23%
R=44.75%
G=29.01%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145948500.350.410.43926.0945.1
Hex915E55023292B91a2d
Octal2211361250435153113255
Binary10010001101111010101010100011101001101011100111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915E55; }

 p { color: rgb(145,94,85); }

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

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

 a { background-color: rgb(145,94,85); }

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

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

 span { border-color: rgb(145,94,85); }

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