Html Css Color HEX #8B6973 Mauve Taupe

📋 copy color: '#8B6973'

red 139 ◦ green 105 ◦ blue 115

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

Shades of Mauve Taupe #8B6973

Tints of Mauve Taupe #8B6973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.25%

 BLUE value IS 115 (45.31% from 255) = 32.03%

R = 38.72%
G = 29.25%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#8B6973 (or 0x8B6973) is known color: Mauve Taupe. HEX triplet: 8B, 69 and 73. RGB value is (139,105,115). Sum of RGB (Red+Green+Blue) = 139+105+115=359 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.72% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6973 is #74968C. Grayscale: #747474. Windows color (decimal): -7640717 or 7563659. OLE color: 7563659.

HSL color Cylindrical-coordinate representation of color #8B6973: hue angle of 342.35º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6973 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 105 115 -
CMYK 0 0.24 0.17 0.45
HSL 342.35º 0.14% 0.48% -
HSV(B) 342.35º 0.24% 0.55% -
XYZ 18.79 16.83 18.48 -
YUV 116.31 127.26 144.19 -
System Red Green Blue C M Y K H S L
Decimal 139 105 115 0 0.24 0.17 0.45 342.35 0.14 0.48
Hex 8B 69 73 0 18 11 2D 156 E 30
Octal 213 151 163 0 30 21 55 526 16 60
Binary 10001011 1101001 1110011 0 11000 10001 101101 101010110 1110 110000

Color Harmonies of #8B6973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6973

Black with #8B6973

Text Example


Text Example

White with #8B6973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,105,115); }

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

background-color css

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

 a { background-color: rgb(139,105,115); }

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

border-color css

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

 span { border-color: rgb(139,105,115); }

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