Html Css Color HEX #865F6A Mauve Taupe

📋 copy color: '#865F6A'

red 134 ◦ green 95 ◦ blue 106

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

Shades of Mauve Taupe #865F6A

Tints of Mauve Taupe #865F6A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.36%

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 40%
G = 28.36%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#865F6A (or 0x865F6A) is known color: Mauve Taupe. HEX triplet: 86, 5F and 6A. RGB value is (134,95,106). Sum of RGB (Red+Green+Blue) = 134+95+106=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #865F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F6A is #79A095. Grayscale: #6B6B6B. Windows color (decimal): -7970966 or 6971270. OLE color: 6971270.

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

Color convert

RGB 134 95 106 -
CMYK 0 0.29 0.21 0.47
HSL 343.08º 0.17% 0.45% -
HSV(B) 343.08º 0.29% 0.53% -
XYZ 16.53 14.29 15.52 -
YUV 107.92 126.92 146.61 -
System Red Green Blue C M Y K H S L
Decimal 134 95 106 0 0.29 0.21 0.47 343.08 0.17 0.45
Hex 86 5F 6A 0 1D 15 2F 157 11 2D
Octal 206 137 152 0 35 25 57 527 21 55
Binary 10000110 1011111 1101010 0 11101 10101 101111 101010111 10001 101101

Color Harmonies of #865F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F6A

Black with #865F6A

Text Example


Text Example

White with #865F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,95,106); }

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

background-color css

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

 a { background-color: rgb(134,95,106); }

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

border-color css

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

 span { border-color: rgb(134,95,106); }

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