#91615C

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

Shades of Rose Taupe #91615C

Tints of Rose Taupe #91615C

Color information

#91615C (or 0x91615C) is unknown color: approx Rose Taupe. HEX triplet: 91, 61 and 5C. RGB value is (145,97,92). Sum of RGB (Red+Green+Blue) = 145+97+92=334 (44% of max value = 765). Red value is 145 (57.03% from 255 or 43.41% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 145 - color contains mainly: red. Hex color #91615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91615C is #6E9EA3. Grayscale: #6E6E6E. Windows color (decimal): -7249572 or 6054289. OLE color: 6054289.

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

Color convert

RGB1459792-
CMYK00.330.370.43
HSL5.66º22.36%46.47%-
HSV(B)5.66º36.55%56.86%-
XYZ17.8815.3412.14-
YUV110.78117.4152.41-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 43.41%
GREEN value IS 97 (38.28% from 255) = 29.04%
BLUE value IS 92 (36.33% from 255) = 27.54%
R=43.41%
G=29.04%
B=27.54%

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
Decimal145979200.330.370.435.6622.3646.47
Hex91615C021252B6162e
Octal221141134041455362656
Binary1001000111000011011100010000110010110101111010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91615C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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