#915756

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

Shades of Rose Taupe #915756

Tints of Rose Taupe #915756

Color information

#915756 (or 0x915756) is unknown color: approx Rose Taupe. HEX triplet: 91, 57 and 56. RGB value is (145,87,86). Sum of RGB (Red+Green+Blue) = 145+87+86=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 87 (34.38% from 255 or 27.36% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #915756 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915756 is #6EA8A9. Grayscale: #686868. Windows color (decimal): -7252138 or 5658513. OLE color: 5658513.

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

Color convert

RGB1458786-
CMYK00.40.410.43
HSL1.02º25.54%45.29%-
HSV(B)1.02º40.69%56.86%-
XYZ16.7613.5110.53-
YUV104.23117.72157.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.60%
GREEN value IS 87 (34.38% from 255) = 27.36%
BLUE value IS 86 (33.98% from 255) = 27.04%
R=45.60%
G=27.36%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145878600.40.410.431.0225.5445.29
Hex915756028292B11a2d
Octal221127126050515313255
Binary10010001101011110101100101000101001101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915756; }

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

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

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

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

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

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

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

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