Html Css Color HEX #8F636C Mauve Taupe

📋 copy color: '#8F636C'

red 143 ◦ green 99 ◦ blue 108

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

Shades of Mauve Taupe #8F636C

Tints of Mauve Taupe #8F636C

RGB

 RED value IS 143 (56.25% from 255) = 40.86%

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 40.86%
G = 28.29%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#8F636C (or 0x8F636C) is known color: Mauve Taupe. HEX triplet: 8F, 63 and 6C. RGB value is (143,99,108). Sum of RGB (Red+Green+Blue) = 143+99+108=350 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.86% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 143 - color contains mainly: red. Hex color #8F636C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F636C is #709C93. Grayscale: #717171. Windows color (decimal): -7380116 or 7103375. OLE color: 7103375.

HSL color Cylindrical-coordinate representation of color #8F636C: hue angle of 347.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F636C is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 99 108 -
CMYK 0 0.31 0.24 0.44
HSL 347.73º 0.18% 0.47% -
HSV(B) 347.73º 0.31% 0.56% -
XYZ 18.5 15.85 16.27 -
YUV 113.18 125.08 149.27 -
System Red Green Blue C M Y K H S L
Decimal 143 99 108 0 0.31 0.24 0.44 347.73 0.18 0.47
Hex 8F 63 6C 0 1F 18 2C 15C 12 2F
Octal 217 143 154 0 37 30 54 534 22 57
Binary 10001111 1100011 1101100 0 11111 11000 101100 101011100 10010 101111

Color Harmonies of #8F636C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F636C

Black with #8F636C

Text Example


Text Example

White with #8F636C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,99,108); }

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

background-color css

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

 a { background-color: rgb(143,99,108); }

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

border-color css

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

 span { border-color: rgb(143,99,108); }

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