Html Css Color HEX #8C636D Mauve Taupe

📋 copy color: '#8C636D'

red 140 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #8C636D

Tints of Mauve Taupe #8C636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.45%

 BLUE value IS 109 (42.97% from 255) = 31.32%

R = 40.23%
G = 28.45%
B = 31.32%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C636D (or 0x8C636D) is known color: Mauve Taupe. HEX triplet: 8C, 63 and 6D. RGB value is (140,99,109). Sum of RGB (Red+Green+Blue) = 140+99+109=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 109 (42.97% from 255 or 31.32% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C636D is #739C92. Grayscale: #707070. Windows color (decimal): -7576723 or 7168908. OLE color: 7168908.

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

Color convert

RGB 140 99 109 -
CMYK 0 0.29 0.22 0.45
HSL 345.37º 0.17% 0.47% -
HSV(B) 345.37º 0.29% 0.55% -
XYZ 18.04 15.6 16.53 -
YUV 112.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 140 99 109 0 0.29 0.22 0.45 345.37 0.17 0.47
Hex 8C 63 6D 0 1D 16 2D 159 11 2F
Octal 214 143 155 0 35 26 55 531 21 57
Binary 10001100 1100011 1101101 0 11101 10110 101101 101011001 10001 101111

Color Harmonies of #8C636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C636D

Black with #8C636D

Text Example


Text Example

White with #8C636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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