Html Css Color HEX #875E65 Mauve Taupe

📋 copy color: '#875E65'

red 135 ◦ green 94 ◦ blue 101

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

Shades of Mauve Taupe #875E65

Tints of Mauve Taupe #875E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.61%

R = 40.91%
G = 28.48%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#875E65 (or 0x875E65) is known color: Mauve Taupe. HEX triplet: 87, 5E and 65. RGB value is (135,94,101). Sum of RGB (Red+Green+Blue) = 135+94+101=330 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.91% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 101 (39.84% from 255 or 30.61% from 330); Max value from RGB is 135 - color contains mainly: red. Hex color #875E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875E65 is #78A19A. Grayscale: #6B6B6B. Windows color (decimal): -7905691 or 6643335. OLE color: 6643335.

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

Color convert

RGB 135 94 101 -
CMYK 0 0.30 0.25 0.47
HSL 349.76º 0.18% 0.45% -
HSV(B) 349.76º 0.3% 0.53% -
XYZ 16.34 14.1 14.17 -
YUV 107.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 135 94 101 0 0.30 0.25 0.47 349.76 0.18 0.45
Hex 87 5E 65 0 1E 19 2F 15E 12 2D
Octal 207 136 145 0 36 31 57 536 22 55
Binary 10000111 1011110 1100101 0 11110 11001 101111 101011110 10010 101101

Color Harmonies of #875E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E65

Black with #875E65

Text Example


Text Example

White with #875E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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