Html Css Color HEX #8C6163 Mauve Taupe

📋 copy color: '#8C6163'

red 140 ◦ green 97 ◦ blue 99

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

Shades of Mauve Taupe #8C6163

Tints of Mauve Taupe #8C6163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.46%

R = 41.67%
G = 28.87%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C6163 (or 0x8C6163) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 63. RGB value is (140,97,99). Sum of RGB (Red+Green+Blue) = 140+97+99=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6163 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6163 is #739E9C. Grayscale: #6E6E6E. Windows color (decimal): -7577245 or 6513036. OLE color: 6513036.

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

Color convert

RGB 140 97 99 -
CMYK 0 0.31 0.29 0.45
HSL 357.21º 0.18% 0.46% -
HSV(B) 357.21º 0.31% 0.55% -
XYZ 17.34 15.03 13.79 -
YUV 110.09 121.75 149.34 -
System Red Green Blue C M Y K H S L
Decimal 140 97 99 0 0.31 0.29 0.45 357.21 0.18 0.46
Hex 8C 61 63 0 1F 1D 2D 165 12 2E
Octal 214 141 143 0 37 35 55 545 22 56
Binary 10001100 1100001 1100011 0 11111 11101 101101 101100101 10010 101110

Color Harmonies of #8C6163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6163

Black with #8C6163

Text Example


Text Example

White with #8C6163

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,99); }

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

background-color css

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

 a { background-color: rgb(140,97,99); }

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

border-color css

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

 span { border-color: rgb(140,97,99); }

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