Html Css Color HEX #8B666E Mauve Taupe

📋 copy color: '#8B666E'

red 139 ◦ green 102 ◦ blue 110

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

Shades of Mauve Taupe #8B666E

Tints of Mauve Taupe #8B666E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

 BLUE value IS 110 (43.36% from 255) = 31.34%

R = 39.6%
G = 29.06%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B666E (or 0x8B666E) is known color: Mauve Taupe. HEX triplet: 8B, 66 and 6E. RGB value is (139,102,110). Sum of RGB (Red+Green+Blue) = 139+102+110=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 110 (43.36% from 255 or 31.34% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B666E is #749991. Grayscale: #717171. Windows color (decimal): -7641490 or 7235211. OLE color: 7235211.

HSL color Cylindrical-coordinate representation of color #8B666E: hue angle of 347.03º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B666E is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 102 110 -
CMYK 0 0.27 0.21 0.45
HSL 347.03º 0.15% 0.47% -
HSV(B) 347.03º 0.27% 0.55% -
XYZ 18.21 16.12 16.9 -
YUV 113.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 139 102 110 0 0.27 0.21 0.45 347.03 0.15 0.47
Hex 8B 66 6E 0 1B 15 2D 15B F 2F
Octal 213 146 156 0 33 25 55 533 17 57
Binary 10001011 1100110 1101110 0 11011 10101 101101 101011011 1111 101111

Color Harmonies of #8B666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B666E

Black with #8B666E

Text Example


Text Example

White with #8B666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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