Html Css Color HEX #866267 Mauve Taupe

📋 copy color: '#866267'

red 134 ◦ green 98 ◦ blue 103

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

Shades of Mauve Taupe #866267

Tints of Mauve Taupe #866267

RGB

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

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

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

R = 40%
G = 29.25%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#866267 (or 0x866267) is known color: Mauve Taupe. HEX triplet: 86, 62 and 67. RGB value is (134,98,103). Sum of RGB (Red+Green+Blue) = 134+98+103=335 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40% from 335); Green value is 98 (38.67% from 255 or 29.25% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 134 - color contains mainly: red. Hex color #866267 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866267 is #799D98. Grayscale: #6D6D6D. Windows color (decimal): -7970201 or 6775430. OLE color: 6775430.

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

Color convert

RGB 134 98 103 -
CMYK 0 0.27 0.23 0.47
HSL 351.67º 0.16% 0.45% -
HSV(B) 351.67º 0.27% 0.53% -
XYZ 16.65 14.78 14.81 -
YUV 109.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 134 98 103 0 0.27 0.23 0.47 351.67 0.16 0.45
Hex 86 62 67 0 1B 17 2F 160 10 2D
Octal 206 142 147 0 33 27 57 540 20 55
Binary 10000110 1100010 1100111 0 11011 10111 101111 101100000 10000 101101

Color Harmonies of #866267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866267

Black with #866267

Text Example


Text Example

White with #866267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866267; }

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

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

background-color css

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

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

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

border-color css

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

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

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