#895656

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

Shades of Rose Taupe #895656

Tints of Rose Taupe #895656

Color information

#895656 (or 0x895656) is unknown color: approx Rose Taupe. HEX triplet: 89, 56 and 56. RGB value is (137,86,86). Sum of RGB (Red+Green+Blue) = 137+86+86=309 (40% of max value = 765). Red value is 137 (53.91% from 255 or 44.34% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 137 - color contains mainly: red. Hex color #895656 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895656 is #76A9A9. Grayscale: #656565. Windows color (decimal): -7776682 or 5658249. OLE color: 5658249.

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

Color convert

RGB1378686-
CMYK00.370.370.46
HSL22.87%43.73%-
HSV(B)37.23%53.73%-
XYZ15.3212.6510.44-
YUV101.25119.4153.5-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 44.34%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 86 (33.98% from 255) = 27.83%
R=44.34%
G=27.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137868600.370.370.46022.8743.73
Hex895656025252E0172c
Octal211126126045455602754
Binary10001001101011010101100100101100101101110010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895656; }

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

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

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

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

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

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

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

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