Html Css Color HEX #8F6569 Mauve Taupe

📋 copy color: '#8F6569'

red 143 ◦ green 101 ◦ blue 105

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

Shades of Mauve Taupe #8F6569

Tints of Mauve Taupe #8F6569

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.94%

 BLUE value IS 105 (41.41% from 255) = 30.09%

R = 40.97%
G = 28.94%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8F6569 (or 0x8F6569) is known color: Mauve Taupe. HEX triplet: 8F, 65 and 69. RGB value is (143,101,105). Sum of RGB (Red+Green+Blue) = 143+101+105=349 (46% of max value = 765). Red value is 143 (56.25% from 255 or 40.97% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 105 (41.41% from 255 or 30.09% from 349); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6569 is #709A96. Grayscale: #727272. Windows color (decimal): -7379607 or 6907279. OLE color: 6907279.

HSL color Cylindrical-coordinate representation of color #8F6569: hue angle of 354.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6569 is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 101 105 -
CMYK 0 0.29 0.27 0.44
HSL 354.29º 0.17% 0.48% -
HSV(B) 354.29º 0.29% 0.56% -
XYZ 18.53 16.17 15.51 -
YUV 114.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 143 101 105 0 0.29 0.27 0.44 354.29 0.17 0.48
Hex 8F 65 69 0 1D 1B 2C 162 11 30
Octal 217 145 151 0 35 33 54 542 21 60
Binary 10001111 1100101 1101001 0 11101 11011 101100 101100010 10001 110000

Color Harmonies of #8F6569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F6569

Black with #8F6569

Text Example


Text Example

White with #8F6569

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,101,105); }

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

background-color css

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

 a { background-color: rgb(143,101,105); }

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

border-color css

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

 span { border-color: rgb(143,101,105); }

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