Html Css Color HEX #866263 Mauve Taupe

📋 copy color: '#866263'

red 134 ◦ green 98 ◦ blue 99

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

Shades of Mauve Taupe #866263

Tints of Mauve Taupe #866263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 29.91%

R = 40.48%
G = 29.61%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#866263 (or 0x866263) is known color: Mauve Taupe. HEX triplet: 86, 62 and 63. RGB value is (134,98,99). Sum of RGB (Red+Green+Blue) = 134+98+99=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 98 (38.67% from 255 or 29.61% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866263 is #799D9C. Grayscale: #6C6C6C. Windows color (decimal): -7970205 or 6513286. OLE color: 6513286.

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

Color convert

RGB 134 98 99 -
CMYK 0 0.27 0.26 0.47
HSL 358.33º 0.16% 0.45% -
HSV(B) 358.33º 0.27% 0.53% -
XYZ 16.45 14.7 13.78 -
YUV 108.88 122.43 145.92 -
System Red Green Blue C M Y K H S L
Decimal 134 98 99 0 0.27 0.26 0.47 358.33 0.16 0.45
Hex 86 62 63 0 1B 1A 2F 166 10 2D
Octal 206 142 143 0 33 32 57 546 20 55
Binary 10000110 1100010 1100011 0 11011 11010 101111 101100110 10000 101101

Color Harmonies of #866263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866263

Black with #866263

Text Example


Text Example

White with #866263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866263; }

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

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

background-color css

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

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

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

border-color css

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

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

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