Html Css Color HEX #865D66 Mauve Taupe

📋 copy color: '#865D66'

red 134 ◦ green 93 ◦ blue 102

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

Shades of Mauve Taupe #865D66

Tints of Mauve Taupe #865D66

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

 BLUE value IS 102 (40.23% from 255) = 31%

R = 40.73%
G = 28.27%
B = 31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#865D66 (or 0x865D66) is known color: Mauve Taupe. HEX triplet: 86, 5D and 66. RGB value is (134,93,102). Sum of RGB (Red+Green+Blue) = 134+93+102=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 102 (40.23% from 255 or 31.00% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #865D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D66 is #79A299. Grayscale: #6A6A6A. Windows color (decimal): -7971482 or 6708614. OLE color: 6708614.

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

Color convert

RGB 134 93 102 -
CMYK 0 0.31 0.24 0.47
HSL 346.83º 0.18% 0.45% -
HSV(B) 346.83º 0.31% 0.53% -
XYZ 16.14 13.86 14.39 -
YUV 106.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 134 93 102 0 0.31 0.24 0.47 346.83 0.18 0.45
Hex 86 5D 66 0 1F 18 2F 15B 12 2D
Octal 206 135 146 0 37 30 57 533 22 55
Binary 10000110 1011101 1100110 0 11111 11000 101111 101011011 10010 101101

Color Harmonies of #865D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D66

Black with #865D66

Text Example


Text Example

White with #865D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,93,102); }

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

background-color css

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

 a { background-color: rgb(134,93,102); }

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

border-color css

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

 span { border-color: rgb(134,93,102); }

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