Html Css Color HEX #886162 Mauve Taupe

📋 copy color: '#886162'

red 136 ◦ green 97 ◦ blue 98

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

Shades of Mauve Taupe #886162

Tints of Mauve Taupe #886162

RGB

 RED value IS 136 (53.52% from 255) = 41.09%

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

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

R = 41.09%
G = 29.31%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#886162 (or 0x886162) is known color: Mauve Taupe. HEX triplet: 88, 61 and 62. RGB value is (136,97,98). Sum of RGB (Red+Green+Blue) = 136+97+98=331 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.09% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 136 - color contains mainly: red. Hex color #886162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886162 is #779E9D. Grayscale: #6C6C6C. Windows color (decimal): -7839390 or 6447496. OLE color: 6447496.

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

Color convert

RGB 136 97 98 -
CMYK 0 0.29 0.28 0.47
HSL 358.46º 0.17% 0.46% -
HSV(B) 358.46º 0.29% 0.53% -
XYZ 16.63 14.67 13.51 -
YUV 108.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 136 97 98 0 0.29 0.28 0.47 358.46 0.17 0.46
Hex 88 61 62 0 1D 1C 2F 166 11 2E
Octal 210 141 142 0 35 34 57 546 21 56
Binary 10001000 1100001 1100010 0 11101 11100 101111 101100110 10001 101110

Color Harmonies of #886162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #886162

Black with #886162

Text Example


Text Example

White with #886162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #886162; }

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

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

background-color css

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

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

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

border-color css

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

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

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