Html Css Color HEX #866265 Mauve Taupe

📋 copy color: '#866265'

red 134 ◦ green 98 ◦ blue 101

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

Shades of Mauve Taupe #866265

Tints of Mauve Taupe #866265

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 101 (39.84% from 255) = 30.33%

R = 40.24%
G = 29.43%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#866265 (or 0x866265) is known color: Mauve Taupe. HEX triplet: 86, 62 and 65. RGB value is (134,98,101). Sum of RGB (Red+Green+Blue) = 134+98+101=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866265 is #799D9A. Grayscale: #6D6D6D. Windows color (decimal): -7970203 or 6644358. OLE color: 6644358.

HSL color Cylindrical-coordinate representation of color #866265: hue angle of 355º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #866265 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 98 101 -
CMYK 0 0.27 0.25 0.47
HSL 355º 0.16% 0.45% -
HSV(B) 355º 0.27% 0.53% -
XYZ 16.55 14.74 14.29 -
YUV 109.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 134 98 101 0 0.27 0.25 0.47 355 0.16 0.45
Hex 86 62 65 0 1B 19 2F 163 10 2D
Octal 206 142 145 0 33 31 57 543 20 55
Binary 10000110 1100010 1100101 0 11011 11001 101111 101100011 10000 101101

Color Harmonies of #866265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866265

Black with #866265

Text Example


Text Example

White with #866265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866265; }

 p { color: rgb(134,98,101); }

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

background-color css

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

 a { background-color: rgb(134,98,101); }

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

border-color css

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

 span { border-color: rgb(134,98,101); }

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