#865B6B

Color #865B6B Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #865B6B

Tints of Mauve Taupe #865B6B

Color information

#865B6B (or 0x865B6B) is unknown color: approx Mauve Taupe. HEX triplet: 86, 5B and 6B. RGB value is (134,91,107). Sum of RGB (Red+Green+Blue) = 134+91+107=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865B6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B6B is #79A494. Grayscale: #696969. Windows color (decimal): -7971989 or 7035782. OLE color: 7035782.

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

Color convert

RGB13491107-
CMYK00.320.200.47
HSL337.67º19.11%44.12%-
HSV(B)337.67º32.09%52.55%-
XYZ16.2313.6115.68-
YUV105.68128.75148.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.36%
GREEN value IS 91 (35.94% from 255) = 27.41%
BLUE value IS 107 (42.19% from 255) = 32.23%
R=40.36%
G=27.41%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349110700.320.200.47337.6719.1144.12
Hex865B6B020142F152132c
Octal20613315304024575222354
Binary100001101011011110101101000001010010111110101001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,91,107); }

 H1.HeaderClassName
 {
   color: #865B6B;
 }
 .AnyTagClassName
 {
   color: #865B6B;
 }
</style>
background-color css

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

 a { background-color: rgb(134,91,107); }

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

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

 span { border-color: rgb(134,91,107); }

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