#915655

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

Shades of Rose Taupe #915655

Tints of Rose Taupe #915655

Color information

#915655 (or 0x915655) is unknown color: approx Rose Taupe. HEX triplet: 91, 56 and 55. RGB value is (145,86,85). Sum of RGB (Red+Green+Blue) = 145+86+85=316 (41% of max value = 765). Red value is 145 (57.03% from 255 or 45.89% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 85 (33.59% from 255 or 26.90% from 316); Max value from RGB is 145 - color contains mainly: red. Hex color #915655 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915655 is #6EA9AA. Grayscale: #676767. Windows color (decimal): -7252395 or 5592721. OLE color: 5592721.

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

Color convert

RGB1458685-
CMYK00.410.410.43
HSL26.09%45.1%-
HSV(B)41.38%56.86%-
XYZ16.6413.3310.29-
YUV103.53117.55157.58-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.89%
GREEN value IS 86 (33.98% from 255) = 27.22%
BLUE value IS 85 (33.59% from 255) = 26.90%
R=45.89%
G=27.22%
B=26.90%

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
Decimal145868500.410.410.43126.0945.1
Hex915655029292B11a2d
Octal221126125051515313255
Binary10010001101011010101010101001101001101011111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915655; }

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

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

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

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

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

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

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

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