#915B56

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

Shades of Rose Taupe #915B56

Tints of Rose Taupe #915B56

Color information

#915B56 (or 0x915B56) is unknown color: approx Rose Taupe. HEX triplet: 91, 5B and 56. RGB value is (145,91,86). Sum of RGB (Red+Green+Blue) = 145+91+86=322 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.03% from 322); Green value is 91 (35.94% from 255 or 28.26% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 145 - color contains mainly: red. Hex color #915B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B56 is #6EA4A9. Grayscale: #6A6A6A. Windows color (decimal): -7251114 or 5659537. OLE color: 5659537.

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

Color convert

RGB1459186-
CMYK00.370.410.43
HSL5.08º25.54%45.29%-
HSV(B)5.08º40.69%56.86%-
XYZ17.114.1710.64-
YUV106.58116.39155.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.03%
GREEN value IS 91 (35.94% from 255) = 28.26%
BLUE value IS 86 (33.98% from 255) = 26.71%
R=45.03%
G=28.26%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145918600.370.410.435.0825.5445.29
Hex915B56025292B51a2d
Octal221133126045515353255
Binary1001000110110111010110010010110100110101110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,91,86); }

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

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

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

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

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

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

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