Html Css Color HEX #8C6064 Mauve Taupe

📋 copy color: '#8C6064'

red 140 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #8C6064

Tints of Mauve Taupe #8C6064

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.76%

R = 41.67%
G = 28.57%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8C6064 (or 0x8C6064) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 64. RGB value is (140,96,100). Sum of RGB (Red+Green+Blue) = 140+96+100=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 100 (39.45% from 255 or 29.76% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6064 is #739F9B. Grayscale: #6D6D6D. Windows color (decimal): -7577500 or 6578316. OLE color: 6578316.

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

Color convert

RGB 140 96 100 -
CMYK 0 0.31 0.29 0.45
HSL 354.55º 0.19% 0.46% -
HSV(B) 354.55º 0.31% 0.55% -
XYZ 17.3 14.86 14.01 -
YUV 109.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 140 96 100 0 0.31 0.29 0.45 354.55 0.19 0.46
Hex 8C 60 64 0 1F 1D 2D 163 13 2E
Octal 214 140 144 0 37 35 55 543 23 56
Binary 10001100 1100000 1100100 0 11111 11101 101101 101100011 10011 101110

Color Harmonies of #8C6064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6064

Black with #8C6064

Text Example


Text Example

White with #8C6064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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