Html Css Color HEX #8C5B68 Mauve Taupe

📋 copy color: '#8C5B68'

red 140 ◦ green 91 ◦ blue 104

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

Shades of Mauve Taupe #8C5B68

Tints of Mauve Taupe #8C5B68

RGB

 RED value IS 140 (55.08% from 255) = 41.79%

 GREEN value IS 91 (35.94% from 255) = 27.16%

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

R = 41.79%
G = 27.16%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C5B68 (or 0x8C5B68) is known color: Mauve Taupe. HEX triplet: 8C, 5B and 68. RGB value is (140,91,104). Sum of RGB (Red+Green+Blue) = 140+91+104=335 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.79% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B68 is #73A497. Grayscale: #6B6B6B. Windows color (decimal): -7578776 or 6839180. OLE color: 6839180.

HSL color Cylindrical-coordinate representation of color #8C5B68: hue angle of 344.08º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B68 is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 91 104 -
CMYK 0 0.35 0.26 0.45
HSL 344.08º 0.21% 0.45% -
HSV(B) 344.08º 0.35% 0.55% -
XYZ 17.06 14.06 14.91 -
YUV 107.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 140 91 104 0 0.35 0.26 0.45 344.08 0.21 0.45
Hex 8C 5B 68 0 23 1A 2D 158 15 2D
Octal 214 133 150 0 43 32 55 530 25 55
Binary 10001100 1011011 1101000 0 100011 11010 101101 101011000 10101 101101

Color Harmonies of #8C5B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5B68

Black with #8C5B68

Text Example


Text Example

White with #8C5B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,91,104); }

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

background-color css

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

 a { background-color: rgb(140,91,104); }

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

border-color css

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

 span { border-color: rgb(140,91,104); }

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