Html Css Color HEX #875C65 Mauve Taupe

📋 copy color: '#875C65'

red 135 ◦ green 92 ◦ blue 101

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

Shades of Mauve Taupe #875C65

Tints of Mauve Taupe #875C65

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.05%

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

R = 41.16%
G = 28.05%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#875C65 (or 0x875C65) is known color: Mauve Taupe. HEX triplet: 87, 5C and 65. RGB value is (135,92,101). Sum of RGB (Red+Green+Blue) = 135+92+101=328 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.16% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 101 (39.84% from 255 or 30.79% from 328); Max value from RGB is 135 - color contains mainly: red. Hex color #875C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875C65 is #78A39A. Grayscale: #696969. Windows color (decimal): -7906203 or 6642823. OLE color: 6642823.

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

Color convert

RGB 135 92 101 -
CMYK 0 0.32 0.25 0.47
HSL 347.44º 0.19% 0.45% -
HSV(B) 347.44º 0.32% 0.53% -
XYZ 16.17 13.74 14.11 -
YUV 105.88 125.25 148.77 -
System Red Green Blue C M Y K H S L
Decimal 135 92 101 0 0.32 0.25 0.47 347.44 0.19 0.45
Hex 87 5C 65 0 20 19 2F 15B 13 2D
Octal 207 134 145 0 40 31 57 533 23 55
Binary 10000111 1011100 1100101 0 100000 11001 101111 101011011 10011 101101

Color Harmonies of #875C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C65

Black with #875C65

Text Example


Text Example

White with #875C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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