Html Css Color HEX #866467 Mauve Taupe

📋 copy color: '#866467'

red 134 ◦ green 100 ◦ blue 103

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

Shades of Mauve Taupe #866467

Tints of Mauve Taupe #866467

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.67%

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

R = 39.76%
G = 29.67%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#866467 (or 0x866467) is known color: Mauve Taupe. HEX triplet: 86, 64 and 67. RGB value is (134,100,103). Sum of RGB (Red+Green+Blue) = 134+100+103=337 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.76% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 103 (40.62% from 255 or 30.56% from 337); Max value from RGB is 134 - color contains mainly: red. Hex color #866467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866467 is #799B98. Grayscale: #6E6E6E. Windows color (decimal): -7969689 or 6775942. OLE color: 6775942.

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

Color convert

RGB 134 100 103 -
CMYK 0 0.25 0.23 0.47
HSL 354.71º 0.15% 0.46% -
HSV(B) 354.71º 0.25% 0.53% -
XYZ 16.84 15.16 14.87 -
YUV 110.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 134 100 103 0 0.25 0.23 0.47 354.71 0.15 0.46
Hex 86 64 67 0 19 17 2F 163 F 2E
Octal 206 144 147 0 31 27 57 543 17 56
Binary 10000110 1100100 1100111 0 11001 10111 101111 101100011 1111 101110

Color Harmonies of #866467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866467

Black with #866467

Text Example


Text Example

White with #866467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866467; }

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

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

background-color css

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

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

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

border-color css

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

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

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