Html Css Color HEX #8C606C Mauve Taupe

📋 copy color: '#8C606C'

red 140 ◦ green 96 ◦ blue 108

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

Shades of Mauve Taupe #8C606C

Tints of Mauve Taupe #8C606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 31.4%

R = 40.7%
G = 27.91%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C606C (or 0x8C606C) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 6C. RGB value is (140,96,108). Sum of RGB (Red+Green+Blue) = 140+96+108=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C606C is #739F93. Grayscale: #6E6E6E. Windows color (decimal): -7577492 or 7102604. OLE color: 7102604.

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

Color convert

RGB 140 96 108 -
CMYK 0 0.31 0.23 0.45
HSL 343.64º 0.19% 0.46% -
HSV(B) 343.64º 0.31% 0.55% -
XYZ 17.7 15.02 16.15 -
YUV 110.52 126.58 149.02 -
System Red Green Blue C M Y K H S L
Decimal 140 96 108 0 0.31 0.23 0.45 343.64 0.19 0.46
Hex 8C 60 6C 0 1F 17 2D 158 13 2E
Octal 214 140 154 0 37 27 55 530 23 56
Binary 10001100 1100000 1101100 0 11111 10111 101101 101011000 10011 101110

Color Harmonies of #8C606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C606C

Black with #8C606C

Text Example


Text Example

White with #8C606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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