Html Css Color HEX #8B6A75 Mauve Taupe

📋 copy color: '#8B6A75'

red 139 ◦ green 106 ◦ blue 117

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

Shades of Mauve Taupe #8B6A75

Tints of Mauve Taupe #8B6A75

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.28%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 38.4%
G = 29.28%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8B6A75 (or 0x8B6A75) is known color: Mauve Taupe. HEX triplet: 8B, 6A and 75. RGB value is (139,106,117). Sum of RGB (Red+Green+Blue) = 139+106+117=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A75 is #74958A. Grayscale: #757575. Windows color (decimal): -7640459 or 7694987. OLE color: 7694987.

HSL color Cylindrical-coordinate representation of color #8B6A75: hue angle of 340º degrees, saturation: 0.13, 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 #8B6A75 is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 106 117 -
CMYK 0 0.24 0.16 0.45
HSL 340º 0.13% 0.48% -
HSV(B) 340º 0.24% 0.55% -
XYZ 19.01 17.08 19.12 -
YUV 117.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 139 106 117 0 0.24 0.16 0.45 340 0.13 0.48
Hex 8B 6A 75 0 18 10 2D 154 D 30
Octal 213 152 165 0 30 20 55 524 15 60
Binary 10001011 1101010 1110101 0 11000 10000 101101 101010100 1101 110000

Color Harmonies of #8B6A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6A75

Black with #8B6A75

Text Example


Text Example

White with #8B6A75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,106,117); }

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

background-color css

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

 a { background-color: rgb(139,106,117); }

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

border-color css

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

 span { border-color: rgb(139,106,117); }

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