#915856

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

Shades of Rose Taupe #915856

Tints of Rose Taupe #915856

Color information

#915856 (or 0x915856) is unknown color: approx Rose Taupe. HEX triplet: 91, 58 and 56. RGB value is (145,88,86). Sum of RGB (Red+Green+Blue) = 145+88+86=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #915856 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915856 is #6EA7A9. Grayscale: #686868. Windows color (decimal): -7251882 or 5658769. OLE color: 5658769.

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

Color convert

RGB1458886-
CMYK00.390.410.43
HSL2.03º25.54%45.29%-
HSV(B)2.03º40.69%56.86%-
XYZ16.8513.6710.55-
YUV104.82117.38156.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 45.45%
GREEN value IS 88 (34.77% from 255) = 27.59%
BLUE value IS 86 (33.98% from 255) = 26.96%
R=45.45%
G=27.59%
B=26.96%

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
Decimal145888600.390.410.432.0325.5445.29
Hex915856027292B21a2d
Octal221130126047515323255
Binary100100011011000101011001001111010011010111011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #915856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #915856; }

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

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

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

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

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

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

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

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