Html Css Color HEX #896162 Mauve Taupe

📋 copy color: '#896162'

red 137 ◦ green 97 ◦ blue 98

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

Shades of Mauve Taupe #896162

Tints of Mauve Taupe #896162

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.22%

 BLUE value IS 98 (38.67% from 255) = 29.52%

R = 41.27%
G = 29.22%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.46

RGB Variations

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

Color information

#896162 (or 0x896162) is known color: Mauve Taupe. HEX triplet: 89, 61 and 62. RGB value is (137,97,98). Sum of RGB (Red+Green+Blue) = 137+97+98=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 97 (38.28% from 255 or 29.22% from 332); Blue value is 98 (38.67% from 255 or 29.52% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #896162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896162 is #769E9D. Grayscale: #6D6D6D. Windows color (decimal): -7773854 or 6447497. OLE color: 6447497.

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

Color convert

RGB 137 97 98 -
CMYK 0 0.29 0.28 0.46
HSL 358.5º 0.17% 0.46% -
HSV(B) 358.5º 0.29% 0.54% -
XYZ 16.8 14.75 13.52 -
YUV 109.07 121.75 147.92 -
System Red Green Blue C M Y K H S L
Decimal 137 97 98 0 0.29 0.28 0.46 358.5 0.17 0.46
Hex 89 61 62 0 1D 1C 2E 166 11 2E
Octal 211 141 142 0 35 34 56 546 21 56
Binary 10001001 1100001 1100010 0 11101 11100 101110 101100110 10001 101110

Color Harmonies of #896162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896162

Black with #896162

Text Example


Text Example

White with #896162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896162; }

 p { color: rgb(137,97,98); }

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

background-color css

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

 a { background-color: rgb(137,97,98); }

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

border-color css

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

 span { border-color: rgb(137,97,98); }

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