Html Css Color HEX #8C6975 Mauve Taupe

📋 copy color: '#8C6975'

red 140 ◦ green 105 ◦ blue 117

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

Shades of Mauve Taupe #8C6975

Tints of Mauve Taupe #8C6975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.01%

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 38.67%
G = 29.01%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#8C6975 (or 0x8C6975) is known color: Mauve Taupe. HEX triplet: 8C, 69 and 75. RGB value is (140,105,117). Sum of RGB (Red+Green+Blue) = 140+105+117=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6975 is #73968A. Grayscale: #747474. Windows color (decimal): -7575179 or 7694732. OLE color: 7694732.

HSL color Cylindrical-coordinate representation of color #8C6975: hue angle of 339.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C6975 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 105 117 -
CMYK 0 0.25 0.16 0.45
HSL 339.43º 0.14% 0.48% -
HSV(B) 339.43º 0.25% 0.55% -
XYZ 19.08 16.96 19.1 -
YUV 116.83 128.1 144.52 -
System Red Green Blue C M Y K H S L
Decimal 140 105 117 0 0.25 0.16 0.45 339.43 0.14 0.48
Hex 8C 69 75 0 19 10 2D 153 E 30
Octal 214 151 165 0 31 20 55 523 16 60
Binary 10001100 1101001 1110101 0 11001 10000 101101 101010011 1110 110000

Color Harmonies of #8C6975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6975

Black with #8C6975

Text Example


Text Example

White with #8C6975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,105,117); }

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

background-color css

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

 a { background-color: rgb(140,105,117); }

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

border-color css

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

 span { border-color: rgb(140,105,117); }

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