#91615B

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

Shades of Rose Taupe #91615B

Tints of Rose Taupe #91615B

Color information

#91615B (or 0x91615B) is unknown color: approx Rose Taupe. HEX triplet: 91, 61 and 5B. RGB value is (145,97,91). Sum of RGB (Red+Green+Blue) = 145+97+91=333 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.54% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 145 - color contains mainly: red. Hex color #91615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91615B is #6E9EA4. Grayscale: #6E6E6E. Windows color (decimal): -7249573 or 5988753. OLE color: 5988753.

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

Color convert

RGB1459791-
CMYK00.330.370.43
HSL6.67º22.88%46.27%-
HSV(B)6.67º37.24%56.86%-
XYZ17.8415.3211.92-
YUV110.67116.9152.49-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.54%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 91 (35.94% from 255) = 27.33%
R=43.54%
G=29.13%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145979100.330.370.436.6722.8846.27
Hex91615B021252B7172e
Octal221141133041455372756
Binary1001000111000011011011010000110010110101111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91615B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91615B; }

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

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

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

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

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

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

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

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