#915955

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

Shades of Rose Taupe #915955

Tints of Rose Taupe #915955

Color information

#915955 (or 0x915955) is unknown color: approx Rose Taupe. HEX triplet: 91, 59 and 55. RGB value is (145,89,85). Sum of RGB (Red+Green+Blue) = 145+89+85=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #915955 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915955 is #6EA6AA. Grayscale: #696969. Windows color (decimal): -7251627 or 5593489. OLE color: 5593489.

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

Color convert

RGB1458985-
CMYK00.390.410.43
HSL26.09%45.1%-
HSV(B)41.38%56.86%-
XYZ16.8913.8210.37-
YUV105.29116.55156.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 89 (35.16% from 255) = 27.90%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=45.45%
G=27.90%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145898500.390.410.43426.0945.1
Hex915955027292B41a2d
Octal221131125047515343255
Binary1001000110110011010101010011110100110101110011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915955; }

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

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

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

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

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

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

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

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