Html Css Color HEX #875D65 Mauve Taupe

📋 copy color: '#875D65'

red 135 ◦ green 93 ◦ blue 101

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

Shades of Mauve Taupe #875D65

Tints of Mauve Taupe #875D65

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.27%

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

R = 41.03%
G = 28.27%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#875D65 (or 0x875D65) is known color: Mauve Taupe. HEX triplet: 87, 5D and 65. RGB value is (135,93,101). Sum of RGB (Red+Green+Blue) = 135+93+101=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 93 (36.72% from 255 or 28.27% from 329); Blue value is 101 (39.84% from 255 or 30.70% from 329); Max value from RGB is 135 - color contains mainly: red. Hex color #875D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875D65 is #78A29A. Grayscale: #6A6A6A. Windows color (decimal): -7905947 or 6643079. OLE color: 6643079.

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

Color convert

RGB 135 93 101 -
CMYK 0 0.31 0.25 0.47
HSL 348.57º 0.18% 0.45% -
HSV(B) 348.57º 0.31% 0.53% -
XYZ 16.25 13.92 14.14 -
YUV 106.47 124.91 148.35 -
System Red Green Blue C M Y K H S L
Decimal 135 93 101 0 0.31 0.25 0.47 348.57 0.18 0.45
Hex 87 5D 65 0 1F 19 2F 15D 12 2D
Octal 207 135 145 0 37 31 57 535 22 55
Binary 10000111 1011101 1100101 0 11111 11001 101111 101011101 10010 101101

Color Harmonies of #875D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875D65

Black with #875D65

Text Example


Text Example

White with #875D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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