#895B56

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

Shades of Rose Taupe #895B56

Tints of Rose Taupe #895B56

Color information

#895B56 (or 0x895B56) is unknown color: approx Rose Taupe. HEX triplet: 89, 5B and 56. RGB value is (137,91,86). Sum of RGB (Red+Green+Blue) = 137+91+86=314 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.63% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 86 (33.98% from 255 or 27.39% from 314); Max value from RGB is 137 - color contains mainly: red. Hex color #895B56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B56 is #76A4A9. Grayscale: #686868. Windows color (decimal): -7775402 or 5659529. OLE color: 5659529.

HSL color Cylindrical-coordinate representation of color #895B56: hue angle of 5.88º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #895B56 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB1379186-
CMYK00.340.370.46
HSL5.88º22.87%43.73%-
HSV(B)5.88º37.23%53.73%-
XYZ15.7413.4710.58-
YUV104.18117.74151.41-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 43.63%
GREEN value IS 91 (35.94% from 255) = 28.98%
BLUE value IS 86 (33.98% from 255) = 27.39%
R=43.63%
G=28.98%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137918600.340.370.465.8822.8743.73
Hex895B56022252E6172c
Octal211133126042455662754
Binary1000100110110111010110010001010010110111011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895B56; }

 p { color: rgb(137,91,86); }

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

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

 a { background-color: rgb(137,91,86); }

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

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

 span { border-color: rgb(137,91,86); }

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