#915B58

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

Shades of Rose Taupe #915B58

Tints of Rose Taupe #915B58

Color information

#915B58 (or 0x915B58) is unknown color: approx Rose Taupe. HEX triplet: 91, 5B and 58. RGB value is (145,91,88). Sum of RGB (Red+Green+Blue) = 145+91+88=324 (42% of max value = 765). Red value is 145 (57.03% from 255 or 44.75% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 145 - color contains mainly: red. Hex color #915B58 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B58 is #6EA4A7. Grayscale: #6A6A6A. Windows color (decimal): -7251112 or 5790609. OLE color: 5790609.

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

Color convert

RGB1459188-
CMYK00.370.390.43
HSL3.16º24.46%45.69%-
HSV(B)3.16º39.31%56.86%-
XYZ17.1814.2111.07-
YUV106.8117.39155.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 44.75%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 88 (34.77% from 255) = 27.16%
R=44.75%
G=28.09%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145918800.370.390.433.1624.4645.69
Hex915B58025272B3182e
Octal221133130045475333056
Binary100100011011011101100001001011001111010111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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