Html Css Color HEX #896568 Mauve Taupe

📋 copy color: '#896568'

red 137 ◦ green 101 ◦ blue 104

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

Shades of Mauve Taupe #896568

Tints of Mauve Taupe #896568

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.53%

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

R = 40.06%
G = 29.53%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#896568 (or 0x896568) is known color: Mauve Taupe. HEX triplet: 89, 65 and 68. RGB value is (137,101,104). Sum of RGB (Red+Green+Blue) = 137+101+104=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 101 (39.84% from 255 or 29.53% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896568 is #769A97. Grayscale: #707070. Windows color (decimal): -7772824 or 6841737. OLE color: 6841737.

HSL color Cylindrical-coordinate representation of color #896568: hue angle of 355º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896568 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 101 104 -
CMYK 0 0.26 0.24 0.46
HSL 355º 0.15% 0.47% -
HSV(B) 355º 0.26% 0.54% -
XYZ 17.47 15.63 15.19 -
YUV 112.11 123.43 145.76 -
System Red Green Blue C M Y K H S L
Decimal 137 101 104 0 0.26 0.24 0.46 355 0.15 0.47
Hex 89 65 68 0 1A 18 2E 163 F 2F
Octal 211 145 150 0 32 30 56 543 17 57
Binary 10001001 1100101 1101000 0 11010 11000 101110 101100011 1111 101111

Color Harmonies of #896568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896568

Black with #896568

Text Example


Text Example

White with #896568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896568; }

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

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

background-color css

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

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

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

border-color css

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

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

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