#89605B

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

Shades of Rose Taupe #89605B

Tints of Rose Taupe #89605B

Color information

#89605B (or 0x89605B) is unknown color: approx Rose Taupe. HEX triplet: 89, 60 and 5B. RGB value is (137,96,91). Sum of RGB (Red+Green+Blue) = 137+96+91=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 96 (37.89% from 255 or 29.63% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #89605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89605B is #769FA4. Grayscale: #6B6B6B. Windows color (decimal): -7774117 or 5988489. OLE color: 5988489.

HSL color Cylindrical-coordinate representation of color #89605B: hue angle of 6.52º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89605B is Cyan = 0, Magento = 0.30, Yellow = 0.34 and Black (K on CMYK) = 0.46.

Color convert

RGB1379691-
CMYK00.300.340.46
HSL6.52º20.18%44.71%-
HSV(B)6.52º33.58%53.73%-
XYZ16.3914.4411.82-
YUV107.69118.58148.91-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.28%
GREEN value IS 96 (37.89% from 255) = 29.63%
BLUE value IS 91 (35.94% from 255) = 28.09%
R=42.28%
G=29.63%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.34
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137969100.300.340.466.5220.1844.71
Hex89605B01E222E7142d
Octal211140133036425672455
Binary100010011100000101101101111010001010111011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89605B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89605B; }

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

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

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

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

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

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

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

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