Html Css Color HEX #895B68 Mauve Taupe

📋 copy color: '#895B68'

red 137 ◦ green 91 ◦ blue 104

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

Shades of Mauve Taupe #895B68

Tints of Mauve Taupe #895B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.41%

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 41.27%
G = 27.41%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#895B68 (or 0x895B68) is known color: Mauve Taupe. HEX triplet: 89, 5B and 68. RGB value is (137,91,104). Sum of RGB (Red+Green+Blue) = 137+91+104=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #895B68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895B68 is #76A497. Grayscale: #6A6A6A. Windows color (decimal): -7775384 or 6839177. OLE color: 6839177.

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

Color convert

RGB 137 91 104 -
CMYK 0 0.34 0.24 0.46
HSL 343.04º 0.2% 0.45% -
HSV(B) 343.04º 0.34% 0.54% -
XYZ 16.56 13.8 14.89 -
YUV 106.24 126.74 149.94 -
System Red Green Blue C M Y K H S L
Decimal 137 91 104 0 0.34 0.24 0.46 343.04 0.2 0.45
Hex 89 5B 68 0 22 18 2E 157 14 2D
Octal 211 133 150 0 42 30 56 527 24 55
Binary 10001001 1011011 1101000 0 100010 11000 101110 101010111 10100 101101

Color Harmonies of #895B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895B68

Black with #895B68

Text Example


Text Example

White with #895B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,91,104); }

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

background-color css

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

 a { background-color: rgb(137,91,104); }

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

border-color css

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

 span { border-color: rgb(137,91,104); }

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