Html Css Color HEX #895D61 Mauve Taupe

📋 copy color: '#895D61'

red 137 ◦ green 93 ◦ blue 97

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

Shades of Mauve Taupe #895D61

Tints of Mauve Taupe #895D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.66%

R = 41.9%
G = 28.44%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#895D61 (or 0x895D61) is known color: Mauve Taupe. HEX triplet: 89, 5D and 61. RGB value is (137,93,97). Sum of RGB (Red+Green+Blue) = 137+93+97=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895D61 is #76A29E. Grayscale: #6A6A6A. Windows color (decimal): -7774879 or 6380937. OLE color: 6380937.

HSL color Cylindrical-coordinate representation of color #895D61: hue angle of 354.55º 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 #895D61 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 93 97 -
CMYK 0 0.32 0.29 0.46
HSL 354.55º 0.19% 0.45% -
HSV(B) 354.55º 0.32% 0.54% -
XYZ 16.39 14.01 13.15 -
YUV 106.61 122.58 149.67 -
System Red Green Blue C M Y K H S L
Decimal 137 93 97 0 0.32 0.29 0.46 354.55 0.19 0.45
Hex 89 5D 61 0 20 1D 2E 163 13 2D
Octal 211 135 141 0 40 35 56 543 23 55
Binary 10001001 1011101 1100001 0 100000 11101 101110 101100011 10011 101101

Color Harmonies of #895D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895D61

Black with #895D61

Text Example


Text Example

White with #895D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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