Html Css Color HEX #8B6566 Mauve Taupe

📋 copy color: '#8B6566'

red 139 ◦ green 101 ◦ blue 102

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

Shades of Mauve Taupe #8B6566

Tints of Mauve Taupe #8B6566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.82%

R = 40.64%
G = 29.53%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B6566 (or 0x8B6566) is known color: Mauve Taupe. HEX triplet: 8B, 65 and 66. RGB value is (139,101,102). Sum of RGB (Red+Green+Blue) = 139+101+102=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 102 (40.23% from 255 or 29.82% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6566 is #749A99. Grayscale: #707070. Windows color (decimal): -7641754 or 6710667. OLE color: 6710667.

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

Color convert

RGB 139 101 102 -
CMYK 0 0.27 0.27 0.45
HSL 358.42º 0.16% 0.47% -
HSV(B) 358.42º 0.27% 0.55% -
XYZ 17.7 15.76 14.68 -
YUV 112.48 122.09 146.92 -
System Red Green Blue C M Y K H S L
Decimal 139 101 102 0 0.27 0.27 0.45 358.42 0.16 0.47
Hex 8B 65 66 0 1B 1B 2D 166 10 2F
Octal 213 145 146 0 33 33 55 546 20 57
Binary 10001011 1100101 1100110 0 11011 11011 101101 101100110 10000 101111

Color Harmonies of #8B6566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6566

Black with #8B6566

Text Example


Text Example

White with #8B6566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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