Html Css Color HEX #876366 Mauve Taupe

📋 copy color: '#876366'

red 135 ◦ green 99 ◦ blue 102

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

Shades of Mauve Taupe #876366

Tints of Mauve Taupe #876366

RGB

 RED value IS 135 (53.13% from 255) = 40.18%

 GREEN value IS 99 (39.06% from 255) = 29.46%

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 40.18%
G = 29.46%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#876366 (or 0x876366) is known color: Mauve Taupe. HEX triplet: 87, 63 and 66. RGB value is (135,99,102). Sum of RGB (Red+Green+Blue) = 135+99+102=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #876366 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876366 is #789C99. Grayscale: #6E6E6E. Windows color (decimal): -7904410 or 6710151. OLE color: 6710151.

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

Color convert

RGB 135 99 102 -
CMYK 0 0.27 0.24 0.47
HSL 355º 0.15% 0.46% -
HSV(B) 355º 0.27% 0.53% -
XYZ 16.85 15.03 14.58 -
YUV 110.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 135 99 102 0 0.27 0.24 0.47 355 0.15 0.46
Hex 87 63 66 0 1B 18 2F 163 F 2E
Octal 207 143 146 0 33 30 57 543 17 56
Binary 10000111 1100011 1100110 0 11011 11000 101111 101100011 1111 101110

Color Harmonies of #876366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876366

Black with #876366

Text Example


Text Example

White with #876366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876366; }

 p { color: rgb(135,99,102); }

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

background-color css

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

 a { background-color: rgb(135,99,102); }

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

border-color css

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

 span { border-color: rgb(135,99,102); }

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