Html Css Color HEX #8F606A Mauve Taupe

📋 copy color: '#8F606A'

red 143 ◦ green 96 ◦ blue 106

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

Shades of Mauve Taupe #8F606A

Tints of Mauve Taupe #8F606A

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 106 (41.8% from 255) = 30.72%

R = 41.45%
G = 27.83%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#8F606A (or 0x8F606A) is known color: Mauve Taupe. HEX triplet: 8F, 60 and 6A. RGB value is (143,96,106). Sum of RGB (Red+Green+Blue) = 143+96+106=345 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.45% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 106 (41.80% from 255 or 30.72% from 345); Max value from RGB is 143 - color contains mainly: red. Hex color #8F606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F606A is #709F95. Grayscale: #6F6F6F. Windows color (decimal): -7380886 or 6971535. OLE color: 6971535.

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

Color convert

RGB 143 96 106 -
CMYK 0 0.33 0.26 0.44
HSL 347.23º 0.2% 0.47% -
HSV(B) 347.23º 0.33% 0.56% -
XYZ 18.11 15.25 15.62 -
YUV 111.19 125.07 150.69 -
System Red Green Blue C M Y K H S L
Decimal 143 96 106 0 0.33 0.26 0.44 347.23 0.2 0.47
Hex 8F 60 6A 0 21 1A 2C 15B 14 2F
Octal 217 140 152 0 41 32 54 533 24 57
Binary 10001111 1100000 1101010 0 100001 11010 101100 101011011 10100 101111

Color Harmonies of #8F606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F606A

Black with #8F606A

Text Example


Text Example

White with #8F606A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,96,106); }

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

background-color css

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

 a { background-color: rgb(143,96,106); }

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

border-color css

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

 span { border-color: rgb(143,96,106); }

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