Html Css Color HEX #8B6166 Mauve Taupe

📋 copy color: '#8B6166'

red 139 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #8B6166

Tints of Mauve Taupe #8B6166

RGB

 RED value IS 139 (54.69% from 255) = 41.12%

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

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

R = 41.12%
G = 28.7%
B = 30.18%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B6166 (or 0x8B6166) is known color: Mauve Taupe. HEX triplet: 8B, 61 and 66. RGB value is (139,97,102). Sum of RGB (Red+Green+Blue) = 139+97+102=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6166 is #749E99. Grayscale: #6E6E6E. Windows color (decimal): -7642778 or 6709643. OLE color: 6709643.

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

Color convert

RGB 139 97 102 -
CMYK 0 0.30 0.27 0.45
HSL 352.86º 0.18% 0.46% -
HSV(B) 352.86º 0.3% 0.55% -
XYZ 17.32 15 14.55 -
YUV 110.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 139 97 102 0 0.30 0.27 0.45 352.86 0.18 0.46
Hex 8B 61 66 0 1E 1B 2D 161 12 2E
Octal 213 141 146 0 36 33 55 541 22 56
Binary 10001011 1100001 1100110 0 11110 11011 101101 101100001 10010 101110

Color Harmonies of #8B6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6166

Black with #8B6166

Text Example


Text Example

White with #8B6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B6166; }

 p { color: rgb(139,97,102); }

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

background-color css

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

 a { background-color: rgb(139,97,102); }

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

border-color css

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

 span { border-color: rgb(139,97,102); }

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