Html Css Color HEX #895C6C Mauve Taupe

📋 copy color: '#895C6C'

red 137 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #895C6C

Tints of Mauve Taupe #895C6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 40.65%
G = 27.3%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#895C6C (or 0x895C6C) is known color: Mauve Taupe. HEX triplet: 89, 5C and 6C. RGB value is (137,92,108). Sum of RGB (Red+Green+Blue) = 137+92+108=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #895C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895C6C is #76A393. Grayscale: #6B6B6B. Windows color (decimal): -7775124 or 7101577. OLE color: 7101577.

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

Color convert

RGB 137 92 108 -
CMYK 0 0.33 0.21 0.46
HSL 338.67º 0.2% 0.45% -
HSV(B) 338.67º 0.33% 0.54% -
XYZ 16.85 14.06 16.01 -
YUV 107.28 128.41 149.2 -
System Red Green Blue C M Y K H S L
Decimal 137 92 108 0 0.33 0.21 0.46 338.67 0.2 0.45
Hex 89 5C 6C 0 21 15 2E 153 14 2D
Octal 211 134 154 0 41 25 56 523 24 55
Binary 10001001 1011100 1101100 0 100001 10101 101110 101010011 10100 101101

Color Harmonies of #895C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C6C

Black with #895C6C

Text Example


Text Example

White with #895C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,92,108); }

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

background-color css

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

 a { background-color: rgb(137,92,108); }

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

border-color css

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

 span { border-color: rgb(137,92,108); }

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