Html Css Color HEX #896066 Mauve Taupe

📋 copy color: '#896066'

red 137 ◦ green 96 ◦ blue 102

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

Shades of Mauve Taupe #896066

Tints of Mauve Taupe #896066

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.66%

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

R = 40.9%
G = 28.66%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#896066 (or 0x896066) is known color: Mauve Taupe. HEX triplet: 89, 60 and 66. RGB value is (137,96,102). Sum of RGB (Red+Green+Blue) = 137+96+102=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896066 is #769F99. Grayscale: #6C6C6C. Windows color (decimal): -7774106 or 6709385. OLE color: 6709385.

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

Color convert

RGB 137 96 102 -
CMYK 0 0.30 0.26 0.46
HSL 351.22º 0.18% 0.46% -
HSV(B) 351.22º 0.3% 0.54% -
XYZ 16.9 14.64 14.51 -
YUV 108.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 137 96 102 0 0.30 0.26 0.46 351.22 0.18 0.46
Hex 89 60 66 0 1E 1A 2E 15F 12 2E
Octal 211 140 146 0 36 32 56 537 22 56
Binary 10001001 1100000 1100110 0 11110 11010 101110 101011111 10010 101110

Color Harmonies of #896066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896066

Black with #896066

Text Example


Text Example

White with #896066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896066; }

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

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

background-color css

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

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

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

border-color css

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

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

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