Html Css Color HEX #89605B Rose Taupe

📋 copy color: '#89605B'

red 137 ◦ green 96 ◦ blue 91

#89605B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rose Taupe #89605B

Tints of Rose Taupe #89605B

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 value IS 0

 M value IS 0.30

 Y value IS 0.34

 K value IS 0.46

RGB Variations

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

Color information

#89605B (or 0x89605B) is known color: 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

RGB 137 96 91 -
CMYK 0 0.30 0.34 0.46
HSL 6.52º 0.2% 0.45% -
HSV(B) 6.52º 0.34% 0.54% -
XYZ 16.39 14.44 11.82 -
YUV 107.69 118.58 148.91 -
System Red Green Blue C M Y K H S L
Decimal 137 96 91 0 0.30 0.34 0.46 6.52 0.2 0.45
Hex 89 60 5B 0 1E 22 2E 7 14 2D
Octal 211 140 133 0 36 42 56 7 24 55
Binary 10001001 1100000 1011011 0 11110 100010 101110 111 10100 101101

Color Harmonies of #89605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89605B

Black with #89605B

Text Example


Text Example

White with #89605B

Text Example


Text Example

HTML Codes & Css Web 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>