#876165

Color #876165 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #876165

Tints of Mauve Taupe #876165

Color information

#876165 (or 0x876165) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 65. RGB value is (135,97,101). Sum of RGB (Red+Green+Blue) = 135+97+101=333 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.54% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 101 (39.84% from 255 or 30.33% from 333); Max value from RGB is 135 - color contains mainly: red. Hex color #876165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876165 is #789E9A. Grayscale: #6C6C6C. Windows color (decimal): -7904923 or 6644103. OLE color: 6644103.

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

Color convert

RGB13597101-
CMYK00.280.250.47
HSL353.68º16.38%45.49%-
HSV(B)353.68º28.15%52.94%-
XYZ16.6214.6414.26-
YUV108.82123.59146.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.54%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 101 (39.84% from 255) = 30.33%
R=40.54%
G=29.13%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1359710100.280.250.47353.6816.3845.49
Hex87616501C192F162102d
Octal20714114503431575422055
Binary10000111110000111001010111001100110111110110001010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876165; }

 p { color: rgb(135,97,101); }

 H1.HeaderClassName
 {
   color: #876165;
 }
 .AnyTagClassName
 {
   color: #876165;
 }
</style>
background-color css

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

 a { background-color: rgb(135,97,101); }

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

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

 span { border-color: rgb(135,97,101); }

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