Html Css Color HEX #8B6168 Mauve Taupe

📋 copy color: '#8B6168'

red 139 ◦ green 97 ◦ blue 104

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

Shades of Mauve Taupe #8B6168

Tints of Mauve Taupe #8B6168

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.53%

 BLUE value IS 104 (41.02% from 255) = 30.59%

R = 40.88%
G = 28.53%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.45

RGB Variations

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

Color information

#8B6168 (or 0x8B6168) is known color: Mauve Taupe. HEX triplet: 8B, 61 and 68. RGB value is (139,97,104). Sum of RGB (Red+Green+Blue) = 139+97+104=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6168 is #749E97. Grayscale: #6E6E6E. Windows color (decimal): -7642776 or 6840715. OLE color: 6840715.

HSL color Cylindrical-coordinate representation of color #8B6168: hue angle of 350º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8B6168 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 97 104 -
CMYK 0 0.30 0.25 0.45
HSL 350º 0.18% 0.46% -
HSV(B) 350º 0.3% 0.55% -
XYZ 17.42 15.04 15.08 -
YUV 110.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 139 97 104 0 0.30 0.25 0.45 350 0.18 0.46
Hex 8B 61 68 0 1E 19 2D 15E 12 2E
Octal 213 141 150 0 36 31 55 536 22 56
Binary 10001011 1100001 1101000 0 11110 11001 101101 101011110 10010 101110

Color Harmonies of #8B6168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B6168

Black with #8B6168

Text Example


Text Example

White with #8B6168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,97,104); }

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

background-color css

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

 a { background-color: rgb(139,97,104); }

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

border-color css

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

 span { border-color: rgb(139,97,104); }

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