Html Css Color HEX #875E6D Mauve Taupe

📋 copy color: '#875E6D'

red 135 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #875E6D

Tints of Mauve Taupe #875E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.81%

 BLUE value IS 109 (42.97% from 255) = 32.25%

R = 39.94%
G = 27.81%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#875E6D (or 0x875E6D) is known color: Mauve Taupe. HEX triplet: 87, 5E and 6D. RGB value is (135,94,109). Sum of RGB (Red+Green+Blue) = 135+94+109=338 (44% of max value = 765). Red value is 135 (53.12% from 255 or 39.94% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 135 - color contains mainly: red. Hex color #875E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E6D is #78A192. Grayscale: #6B6B6B. Windows color (decimal): -7905683 or 7167623. OLE color: 7167623.

HSL color Cylindrical-coordinate representation of color #875E6D: hue angle of 338.05º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #875E6D is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 94 109 -
CMYK 0 0.30 0.19 0.47
HSL 338.05º 0.18% 0.45% -
HSV(B) 338.05º 0.3% 0.53% -
XYZ 16.75 14.26 16.34 -
YUV 107.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 135 94 109 0 0.30 0.19 0.47 338.05 0.18 0.45
Hex 87 5E 6D 0 1E 13 2F 152 12 2D
Octal 207 136 155 0 36 23 57 522 22 55
Binary 10000111 1011110 1101101 0 11110 10011 101111 101010010 10010 101101

Color Harmonies of #875E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E6D

Black with #875E6D

Text Example


Text Example

White with #875E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875E6D; }

 p { color: rgb(135,94,109); }

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

background-color css

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

 a { background-color: rgb(135,94,109); }

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

border-color css

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

 span { border-color: rgb(135,94,109); }

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