Html Css Color HEX #8F636B Mauve Taupe

📋 copy color: '#8F636B'

red 143 ◦ green 99 ◦ blue 107

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

Shades of Mauve Taupe #8F636B

Tints of Mauve Taupe #8F636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.66%

R = 40.97%
G = 28.37%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8F636B (or 0x8F636B) is known color: Mauve Taupe. HEX triplet: 8F, 63 and 6B. RGB value is (143,99,107). Sum of RGB (Red+Green+Blue) = 143+99+107=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 107 (42.19% from 255 or 30.66% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F636B is #709C94. Grayscale: #717171. Windows color (decimal): -7380117 or 7037839. OLE color: 7037839.

HSL color Cylindrical-coordinate representation of color #8F636B: hue angle of 349.09º 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 #8F636B is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 99 107 -
CMYK 0 0.31 0.25 0.44
HSL 349.09º 0.18% 0.47% -
HSV(B) 349.09º 0.31% 0.56% -
XYZ 18.44 15.82 15.99 -
YUV 113.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 143 99 107 0 0.31 0.25 0.44 349.09 0.18 0.47
Hex 8F 63 6B 0 1F 19 2C 15D 12 2F
Octal 217 143 153 0 37 31 54 535 22 57
Binary 10001111 1100011 1101011 0 11111 11001 101100 101011101 10010 101111

Color Harmonies of #8F636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F636B

Black with #8F636B

Text Example


Text Example

White with #8F636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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