#915956

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

Shades of Rose Taupe #915956

Tints of Rose Taupe #915956

Color information

#915956 (or 0x915956) is unknown color: approx Rose Taupe. HEX triplet: 91, 59 and 56. RGB value is (145,89,86). Sum of RGB (Red+Green+Blue) = 145+89+86=320 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.31% from 320); Green value is 89 (35.16% from 255 or 27.81% from 320); Blue value is 86 (33.98% from 255 or 26.88% from 320); Max value from RGB is 145 - color contains mainly: red. Hex color #915956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915956 is #6EA6A9. Grayscale: #696969. Windows color (decimal): -7251626 or 5659025. OLE color: 5659025.

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

Color convert

RGB1458986-
CMYK00.390.410.43
HSL3.05º25.54%45.29%-
HSV(B)3.05º40.69%56.86%-
XYZ16.9313.8410.58-
YUV105.4117.05156.24-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.31%
GREEN value IS 89 (35.16% from 255) = 27.81%
BLUE value IS 86 (33.98% from 255) = 26.88%
R=45.31%
G=27.81%
B=26.88%

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
Decimal145898600.390.410.433.0525.5445.29
Hex915956027292B31a2d
Octal221131126047515333255
Binary100100011011001101011001001111010011010111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915956; }

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

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

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

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

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

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

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

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