Html Css Color HEX #875E6B Mauve Taupe

📋 copy color: '#875E6B'

red 135 ◦ green 94 ◦ blue 107

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

Shades of Mauve Taupe #875E6B

Tints of Mauve Taupe #875E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.85%

R = 40.18%
G = 27.98%
B = 31.85%

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

#875E6B (or 0x875E6B) is known color: Mauve Taupe. HEX triplet: 87, 5E and 6B. RGB value is (135,94,107). Sum of RGB (Red+Green+Blue) = 135+94+107=336 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.18% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 135 - color contains mainly: red. Hex color #875E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E6B is #78A194. Grayscale: #6B6B6B. Windows color (decimal): -7905685 or 7036551. OLE color: 7036551.

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

Color convert

RGB 135 94 107 -
CMYK 0 0.30 0.21 0.47
HSL 340.98º 0.18% 0.45% -
HSV(B) 340.98º 0.3% 0.53% -
XYZ 16.65 14.22 15.78 -
YUV 107.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 135 94 107 0 0.30 0.21 0.47 340.98 0.18 0.45
Hex 87 5E 6B 0 1E 15 2F 155 12 2D
Octal 207 136 153 0 36 25 57 525 22 55
Binary 10000111 1011110 1101011 0 11110 10101 101111 101010101 10010 101101

Color Harmonies of #875E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E6B

Black with #875E6B

Text Example


Text Example

White with #875E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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