Html Css Color HEX #8B6575 Mauve Taupe

📋 copy color: '#8B6575'

red 139 ◦ green 101 ◦ blue 117

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

Shades of Mauve Taupe #8B6575

Tints of Mauve Taupe #8B6575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.29%

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

R = 38.94%
G = 28.29%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8B6575 (or 0x8B6575) is known color: Mauve Taupe. HEX triplet: 8B, 65 and 75. RGB value is (139,101,117). Sum of RGB (Red+Green+Blue) = 139+101+117=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 101 (39.84% from 255 or 28.29% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6575 is #749A8A. Grayscale: #727272. Windows color (decimal): -7641739 or 7693707. OLE color: 7693707.

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

Color convert

RGB 139 101 117 -
CMYK 0 0.27 0.16 0.45
HSL 334.74º 0.16% 0.47% -
HSV(B) 334.74º 0.27% 0.55% -
XYZ 18.51 16.08 18.96 -
YUV 114.19 129.59 145.7 -
System Red Green Blue C M Y K H S L
Decimal 139 101 117 0 0.27 0.16 0.45 334.74 0.16 0.47
Hex 8B 65 75 0 1B 10 2D 14F 10 2F
Octal 213 145 165 0 33 20 55 517 20 57
Binary 10001011 1100101 1110101 0 11011 10000 101101 101001111 10000 101111

Color Harmonies of #8B6575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6575

Black with #8B6575

Text Example


Text Example

White with #8B6575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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