Html Css Color HEX #8B616E Mauve Taupe

📋 copy color: '#8B616E'

red 139 ◦ green 97 ◦ blue 110

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

Shades of Mauve Taupe #8B616E

Tints of Mauve Taupe #8B616E

RGB

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

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

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

R = 40.17%
G = 28.03%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B616E (or 0x8B616E) is known color: Mauve Taupe. HEX triplet: 8B, 61 and 6E. RGB value is (139,97,110). Sum of RGB (Red+Green+Blue) = 139+97+110=346 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.17% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 110 (43.36% from 255 or 31.79% from 346); Max value from RGB is 139 - color contains mainly: red. Hex color #8B616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B616E is #749E91. Grayscale: #6F6F6F. Windows color (decimal): -7642770 or 7233931. OLE color: 7233931.

HSL color Cylindrical-coordinate representation of color #8B616E: hue angle of 341.43º 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 #8B616E is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 97 110 -
CMYK 0 0.30 0.21 0.45
HSL 341.43º 0.18% 0.46% -
HSV(B) 341.43º 0.3% 0.55% -
XYZ 17.74 15.16 16.74 -
YUV 111.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 139 97 110 0 0.30 0.21 0.45 341.43 0.18 0.46
Hex 8B 61 6E 0 1E 15 2D 155 12 2E
Octal 213 141 156 0 36 25 55 525 22 56
Binary 10001011 1100001 1101110 0 11110 10101 101101 101010101 10010 101110

Color Harmonies of #8B616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B616E

Black with #8B616E

Text Example


Text Example

White with #8B616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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