Html Css Color HEX #865F67 Mauve Taupe

📋 copy color: '#865F67'

red 134 ◦ green 95 ◦ blue 103

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

Shades of Mauve Taupe #865F67

Tints of Mauve Taupe #865F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.02%

R = 40.36%
G = 28.61%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#865F67 (or 0x865F67) is known color: Mauve Taupe. HEX triplet: 86, 5F and 67. RGB value is (134,95,103). Sum of RGB (Red+Green+Blue) = 134+95+103=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 95 (37.5% from 255 or 28.61% from 332); Blue value is 103 (40.62% from 255 or 31.02% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865F67 is #79A098. Grayscale: #6B6B6B. Windows color (decimal): -7970969 or 6774662. OLE color: 6774662.

HSL color Cylindrical-coordinate representation of color #865F67: hue angle of 347.69º 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 #865F67 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 95 103 -
CMYK 0 0.29 0.23 0.47
HSL 347.69º 0.17% 0.45% -
HSV(B) 347.69º 0.29% 0.53% -
XYZ 16.37 14.23 14.72 -
YUV 107.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 134 95 103 0 0.29 0.23 0.47 347.69 0.17 0.45
Hex 86 5F 67 0 1D 17 2F 15C 11 2D
Octal 206 137 147 0 35 27 57 534 21 55
Binary 10000110 1011111 1100111 0 11101 10111 101111 101011100 10001 101101

Color Harmonies of #865F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865F67

Black with #865F67

Text Example


Text Example

White with #865F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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