Html Css Color HEX #875E6A Mauve Taupe

📋 copy color: '#875E6A'

red 135 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #875E6A

Tints of Mauve Taupe #875E6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.64%

R = 40.3%
G = 28.06%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#875E6A (or 0x875E6A) is known color: Mauve Taupe. HEX triplet: 87, 5E and 6A. RGB value is (135,94,106). Sum of RGB (Red+Green+Blue) = 135+94+106=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 94 (37.11% from 255 or 28.06% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #875E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E6A is #78A195. Grayscale: #6B6B6B. Windows color (decimal): -7905686 or 6971015. OLE color: 6971015.

HSL color Cylindrical-coordinate representation of color #875E6A: hue angle of 342.44º 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 #875E6A is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 94 106 -
CMYK 0 0.30 0.21 0.47
HSL 342.44º 0.18% 0.45% -
HSV(B) 342.44º 0.3% 0.53% -
XYZ 16.6 14.2 15.5 -
YUV 107.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 135 94 106 0 0.30 0.21 0.47 342.44 0.18 0.45
Hex 87 5E 6A 0 1E 15 2F 156 12 2D
Octal 207 136 152 0 36 25 57 526 22 55
Binary 10000111 1011110 1101010 0 11110 10101 101111 101010110 10010 101101

Color Harmonies of #875E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E6A

Black with #875E6A

Text Example


Text Example

White with #875E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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