Html Css Color HEX #8B656E Mauve Taupe

📋 copy color: '#8B656E'

red 139 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #8B656E

Tints of Mauve Taupe #8B656E

RGB

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

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

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

R = 39.71%
G = 28.86%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8B656E (or 0x8B656E) is known color: Mauve Taupe. HEX triplet: 8B, 65 and 6E. RGB value is (139,101,110). Sum of RGB (Red+Green+Blue) = 139+101+110=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B656E is #749A91. Grayscale: #717171. Windows color (decimal): -7641746 or 7234955. OLE color: 7234955.

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

Color convert

RGB 139 101 110 -
CMYK 0 0.27 0.21 0.45
HSL 345.79º 0.16% 0.47% -
HSV(B) 345.79º 0.27% 0.55% -
XYZ 18.12 15.92 16.87 -
YUV 113.39 126.09 146.27 -
System Red Green Blue C M Y K H S L
Decimal 139 101 110 0 0.27 0.21 0.45 345.79 0.16 0.47
Hex 8B 65 6E 0 1B 15 2D 15A 10 2F
Octal 213 145 156 0 33 25 55 532 20 57
Binary 10001011 1100101 1101110 0 11011 10101 101101 101011010 10000 101111

Color Harmonies of #8B656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B656E

Black with #8B656E

Text Example


Text Example

White with #8B656E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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