#89605C

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

Shades of Rose Taupe #89605C

Tints of Rose Taupe #89605C

Color information

#89605C (or 0x89605C) is unknown color: approx Rose Taupe. HEX triplet: 89, 60 and 5C. RGB value is (137,96,92). Sum of RGB (Red+Green+Blue) = 137+96+92=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 92 (36.33% from 255 or 28.31% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #89605C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89605C is #769FA3. Grayscale: #6B6B6B. Windows color (decimal): -7774116 or 6054025. OLE color: 6054025.

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

Color convert

RGB1379692-
CMYK00.300.330.46
HSL5.33º19.65%44.9%-
HSV(B)5.33º32.85%53.73%-
XYZ16.4314.4612.05-
YUV107.8119.08148.83-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 42.15%
GREEN value IS 96 (37.89% from 255) = 29.54%
BLUE value IS 92 (36.33% from 255) = 28.31%
R=42.15%
G=29.54%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137969200.300.330.465.3319.6544.9
Hex89605C01E212E5142d
Octal211140134036415652455
Binary100010011100000101110001111010000110111010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89605C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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