Html Css Color HEX #8C606B Mauve Taupe

📋 copy color: '#8C606B'

red 140 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #8C606B

Tints of Mauve Taupe #8C606B

RGB

 RED value IS 140 (55.08% from 255) = 40.82%

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

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

R = 40.82%
G = 27.99%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8C606B (or 0x8C606B) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 6B. RGB value is (140,96,107). Sum of RGB (Red+Green+Blue) = 140+96+107=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 107 (42.19% from 255 or 31.20% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C606B is #739F94. Grayscale: #6E6E6E. Windows color (decimal): -7577493 or 7037068. OLE color: 7037068.

HSL color Cylindrical-coordinate representation of color #8C606B: hue angle of 345º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C606B is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 96 107 -
CMYK 0 0.31 0.24 0.45
HSL 345º 0.19% 0.46% -
HSV(B) 345º 0.31% 0.55% -
XYZ 17.65 15 15.88 -
YUV 110.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 140 96 107 0 0.31 0.24 0.45 345 0.19 0.46
Hex 8C 60 6B 0 1F 18 2D 159 13 2E
Octal 214 140 153 0 37 30 55 531 23 56
Binary 10001100 1100000 1101011 0 11111 11000 101101 101011001 10011 101110

Color Harmonies of #8C606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C606B

Black with #8C606B

Text Example


Text Example

White with #8C606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,96,107); }

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

background-color css

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

 a { background-color: rgb(140,96,107); }

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

border-color css

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

 span { border-color: rgb(140,96,107); }

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