Html Css Color HEX #895D65 Mauve Taupe

📋 copy color: '#895D65'

red 137 ◦ green 93 ◦ blue 101

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

Shades of Mauve Taupe #895D65

Tints of Mauve Taupe #895D65

RGB

 RED value IS 137 (53.91% from 255) = 41.39%

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

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

R = 41.39%
G = 28.1%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#895D65 (or 0x895D65) is known color: Mauve Taupe. HEX triplet: 89, 5D and 65. RGB value is (137,93,101). Sum of RGB (Red+Green+Blue) = 137+93+101=331 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.39% from 331); Green value is 93 (36.72% from 255 or 28.10% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 137 - color contains mainly: red. Hex color #895D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D65 is #76A29A. Grayscale: #6B6B6B. Windows color (decimal): -7774875 or 6643081. OLE color: 6643081.

HSL color Cylindrical-coordinate representation of color #895D65: hue angle of 349.09º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #895D65 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 101 -
CMYK 0 0.32 0.26 0.46
HSL 349.09º 0.19% 0.45% -
HSV(B) 349.09º 0.32% 0.54% -
XYZ 16.58 14.09 14.16 -
YUV 107.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 137 93 101 0 0.32 0.26 0.46 349.09 0.19 0.45
Hex 89 5D 65 0 20 1A 2E 15D 13 2D
Octal 211 135 145 0 40 32 56 535 23 55
Binary 10001001 1011101 1100101 0 100000 11010 101110 101011101 10011 101101

Color Harmonies of #895D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D65

Black with #895D65

Text Example


Text Example

White with #895D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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