#915B5B

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

Shades of Rose Taupe #915B5B

Tints of Rose Taupe #915B5B

Color information

#915B5B (or 0x915B5B) is unknown color: approx Rose Taupe. HEX triplet: 91, 5B and 5B. RGB value is (145,91,91). Sum of RGB (Red+Green+Blue) = 145+91+91=327 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.34% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 145 - color contains mainly: red. Hex color #915B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B5B is #6EA4A4. Grayscale: #6B6B6B. Windows color (decimal): -7251109 or 5987217. OLE color: 5987217.

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

Color convert

RGB1459191-
CMYK00.370.370.43
HSL22.88%46.27%-
HSV(B)37.24%56.86%-
XYZ17.3114.2611.74-
YUV107.15118.89155-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.34%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 91 (35.94% from 255) = 27.83%
R=44.34%
G=27.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145919100.370.370.43022.8846.27
Hex915B5B025252B0172e
Octal221133133045455302756
Binary10010001101101110110110100101100101101011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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