#915555

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

Shades of Rose Taupe #915555

Tints of Rose Taupe #915555

Color information

#915555 (or 0x915555) is unknown color: approx Rose Taupe. HEX triplet: 91, 55 and 55. RGB value is (145,85,85). Sum of RGB (Red+Green+Blue) = 145+85+85=315 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.03% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 145 - color contains mainly: red. Hex color #915555 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915555 is #6EAAAA. Grayscale: #676767. Windows color (decimal): -7252651 or 5592465. OLE color: 5592465.

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

Color convert

RGB1458585-
CMYK00.410.410.43
HSL26.09%45.1%-
HSV(B)41.38%56.86%-
XYZ16.5713.1710.26-
YUV102.94117.88158-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 46.03%
GREEN value IS 85 (33.59% from 255) = 26.98%
BLUE value IS 85 (33.59% from 255) = 26.98%
R=46.03%
G=26.98%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145858500.410.410.43026.0945.1
Hex915555029292B01a2d
Octal221125125051515303255
Binary10010001101010110101010101001101001101011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915555; }

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

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

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

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

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

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

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

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