Html Css Color HEX #865C6C Mauve Taupe

📋 copy color: '#865C6C'

red 134 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #865C6C

Tints of Mauve Taupe #865C6C

RGB

 RED value IS 134 (52.73% from 255) = 40.12%

 GREEN value IS 92 (36.33% from 255) = 27.54%

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

R = 40.12%
G = 27.54%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#865C6C (or 0x865C6C) is known color: Mauve Taupe. HEX triplet: 86, 5C and 6C. RGB value is (134,92,108). Sum of RGB (Red+Green+Blue) = 134+92+108=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 108 (42.58% from 255 or 32.34% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C6C is #79A393. Grayscale: #6A6A6A. Windows color (decimal): -7971732 or 7101574. OLE color: 7101574.

HSL color Cylindrical-coordinate representation of color #865C6C: hue angle of 337.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C6C is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 92 108 -
CMYK 0 0.31 0.19 0.47
HSL 337.14º 0.19% 0.44% -
HSV(B) 337.14º 0.31% 0.53% -
XYZ 16.37 13.81 15.99 -
YUV 106.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 134 92 108 0 0.31 0.19 0.47 337.14 0.19 0.44
Hex 86 5C 6C 0 1F 13 2F 151 13 2C
Octal 206 134 154 0 37 23 57 521 23 54
Binary 10000110 1011100 1101100 0 11111 10011 101111 101010001 10011 101100

Color Harmonies of #865C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865C6C

Black with #865C6C

Text Example


Text Example

White with #865C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865C6C; }

 p { color: rgb(134,92,108); }

 H1.HeaderClassName
 {
   color: #865C6C;
 }
 .AnyTagClassName
 {
   color: #865C6C;
 }
</style>

background-color css

<style>
 a { background-color: #865C6C; }

 a { background-color: rgb(134,92,108); }

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

border-color css

<style>
 span { border-color: #865C6C; }

 span { border-color: rgb(134,92,108); }

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