Html Css Color HEX #8F616B Mauve Taupe

📋 copy color: '#8F616B'

red 143 ◦ green 97 ◦ blue 107

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

Shades of Mauve Taupe #8F616B

Tints of Mauve Taupe #8F616B

RGB

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

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

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

R = 41.21%
G = 27.95%
B = 30.84%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8F616B (or 0x8F616B) is known color: Mauve Taupe. HEX triplet: 8F, 61 and 6B. RGB value is (143,97,107). Sum of RGB (Red+Green+Blue) = 143+97+107=347 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.21% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 143 - color contains mainly: red. Hex color #8F616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F616B is #709E94. Grayscale: #6F6F6F. Windows color (decimal): -7380629 or 7037327. OLE color: 7037327.

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

Color convert

RGB 143 97 107 -
CMYK 0 0.32 0.25 0.44
HSL 346.96º 0.19% 0.47% -
HSV(B) 346.96º 0.32% 0.56% -
XYZ 18.26 15.45 15.93 -
YUV 111.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 143 97 107 0 0.32 0.25 0.44 346.96 0.19 0.47
Hex 8F 61 6B 0 20 19 2C 15B 13 2F
Octal 217 141 153 0 40 31 54 533 23 57
Binary 10001111 1100001 1101011 0 100000 11001 101100 101011011 10011 101111

Color Harmonies of #8F616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F616B

Black with #8F616B

Text Example


Text Example

White with #8F616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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