Html Css Color HEX #8C6062 Mauve Taupe

📋 copy color: '#8C6062'

red 140 ◦ green 96 ◦ blue 98

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

Shades of Mauve Taupe #8C6062

Tints of Mauve Taupe #8C6062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 41.92%
G = 28.74%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.3

 K value IS 0.45

RGB Variations

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

Color information

#8C6062 (or 0x8C6062) is known color: Mauve Taupe. HEX triplet: 8C, 60 and 62. RGB value is (140,96,98). Sum of RGB (Red+Green+Blue) = 140+96+98=334 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.92% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6062 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6062 is #739F9D. Grayscale: #6D6D6D. Windows color (decimal): -7577502 or 6447244. OLE color: 6447244.

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

Color convert

RGB 140 96 98 -
CMYK 0 0.31 0.3 0.45
HSL 357.27º 0.19% 0.46% -
HSV(B) 357.27º 0.31% 0.55% -
XYZ 17.2 14.82 13.51 -
YUV 109.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 140 96 98 0 0.31 0.3 0.45 357.27 0.19 0.46
Hex 8C 60 62 0 1F 1E 2D 165 13 2E
Octal 214 140 142 0 37 36 55 545 23 56
Binary 10001100 1100000 1100010 0 11111 11110 101101 101100101 10011 101110

Color Harmonies of #8C6062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6062

Black with #8C6062

Text Example


Text Example

White with #8C6062

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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