#876162

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

Shades of Mauve Taupe #876162

Tints of Mauve Taupe #876162

Color information

#876162 (or 0x876162) is unknown color: approx Mauve Taupe. HEX triplet: 87, 61 and 62. RGB value is (135,97,98). Sum of RGB (Red+Green+Blue) = 135+97+98=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #876162 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876162 is #789E9D. Grayscale: #6C6C6C. Windows color (decimal): -7904926 or 6447495. OLE color: 6447495.

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

Color convert

RGB1359798-
CMYK00.280.270.47
HSL358.42º16.38%45.49%-
HSV(B)358.42º28.15%52.94%-
XYZ16.4714.5813.5-
YUV108.48122.09146.92-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 40.91%
GREEN value IS 97 (38.28% from 255) = 29.39%
BLUE value IS 98 (38.67% from 255) = 29.70%
R=40.91%
G=29.39%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135979800.280.270.47358.4216.3845.49
Hex87616201C1B2F166102d
Octal20714114203433575462055
Binary10000111110000111000100111001101110111110110011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #876162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #876162; }

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

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

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

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

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

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

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

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