Html Css Color HEX #8B5E60 Mauve Taupe

📋 copy color: '#8B5E60'

red 139 ◦ green 94 ◦ blue 96

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

Shades of Mauve Taupe #8B5E60

Tints of Mauve Taupe #8B5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.57%

 BLUE value IS 96 (37.89% from 255) = 29.18%

R = 42.25%
G = 28.57%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.45

RGB Variations

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

Color information

#8B5E60 (or 0x8B5E60) is known color: Mauve Taupe. HEX triplet: 8B, 5E and 60. RGB value is (139,94,96). Sum of RGB (Red+Green+Blue) = 139+94+96=329 (43% of max value = 765). Red value is 139 (54.69% from 255 or 42.25% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5E60 is #74A19F. Grayscale: #6B6B6B. Windows color (decimal): -7643552 or 6315659. OLE color: 6315659.

HSL color Cylindrical-coordinate representation of color #8B5E60: hue angle of 357.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E60 is Cyan = 0, Magento = 0.32, Yellow = 0.31 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 94 96 -
CMYK 0 0.32 0.31 0.45
HSL 357.33º 0.19% 0.46% -
HSV(B) 357.33º 0.32% 0.55% -
XYZ 16.76 14.34 12.95 -
YUV 107.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 139 94 96 0 0.32 0.31 0.45 357.33 0.19 0.46
Hex 8B 5E 60 0 20 1F 2D 165 13 2E
Octal 213 136 140 0 40 37 55 545 23 56
Binary 10001011 1011110 1100000 0 100000 11111 101101 101100101 10011 101110

Color Harmonies of #8B5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5E60

Black with #8B5E60

Text Example


Text Example

White with #8B5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,94,96); }

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

background-color css

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

 a { background-color: rgb(139,94,96); }

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

border-color css

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

 span { border-color: rgb(139,94,96); }

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