Html Css Color HEX #896566 Mauve Taupe

📋 copy color: '#896566'

red 137 ◦ green 101 ◦ blue 102

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

Shades of Mauve Taupe #896566

Tints of Mauve Taupe #896566

RGB

 RED value IS 137 (53.91% from 255) = 40.29%

 GREEN value IS 101 (39.84% from 255) = 29.71%

 BLUE value IS 102 (40.23% from 255) = 30%

R = 40.29%
G = 29.71%
B = 30%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896566 (or 0x896566) is known color: Mauve Taupe. HEX triplet: 89, 65 and 66. RGB value is (137,101,102). Sum of RGB (Red+Green+Blue) = 137+101+102=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 101 (39.84% from 255 or 29.71% from 340); Blue value is 102 (40.23% from 255 or 30% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896566 is #769A99. Grayscale: #6F6F6F. Windows color (decimal): -7772826 or 6710665. OLE color: 6710665.

HSL color Cylindrical-coordinate representation of color #896566: hue angle of 358.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896566 is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 102 -
CMYK 0 0.26 0.26 0.46
HSL 358.33º 0.15% 0.47% -
HSV(B) 358.33º 0.26% 0.54% -
XYZ 17.37 15.59 14.66 -
YUV 111.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 137 101 102 0 0.26 0.26 0.46 358.33 0.15 0.47
Hex 89 65 66 0 1A 1A 2E 166 F 2F
Octal 211 145 146 0 32 32 56 546 17 57
Binary 10001001 1100101 1100110 0 11010 11010 101110 101100110 1111 101111

Color Harmonies of #896566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896566

Black with #896566

Text Example


Text Example

White with #896566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896566; }

 p { color: rgb(137,101,102); }

 H1.HeaderClassName
 {
   color: #896566;
 }
 .AnyTagClassName
 {
   color: #896566;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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