Html Css Color HEX #896067 Mauve Taupe

📋 copy color: '#896067'

red 137 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #896067

Tints of Mauve Taupe #896067

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.57%

 BLUE value IS 103 (40.63% from 255) = 30.65%

R = 40.77%
G = 28.57%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#896067 (or 0x896067) is known color: Mauve Taupe. HEX triplet: 89, 60 and 67. RGB value is (137,96,103). Sum of RGB (Red+Green+Blue) = 137+96+103=336 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.77% from 336); Green value is 96 (37.89% from 255 or 28.57% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 137 - color contains mainly: red. Hex color #896067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896067 is #769F98. Grayscale: #6D6D6D. Windows color (decimal): -7774105 or 6774921. OLE color: 6774921.

HSL color Cylindrical-coordinate representation of color #896067: hue angle of 349.76º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896067 is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 96 103 -
CMYK 0 0.30 0.25 0.46
HSL 349.76º 0.18% 0.46% -
HSV(B) 349.76º 0.3% 0.54% -
XYZ 16.95 14.66 14.77 -
YUV 109.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 137 96 103 0 0.30 0.25 0.46 349.76 0.18 0.46
Hex 89 60 67 0 1E 19 2E 15E 12 2E
Octal 211 140 147 0 36 31 56 536 22 56
Binary 10001001 1100000 1100111 0 11110 11001 101110 101011110 10010 101110

Color Harmonies of #896067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #896067

Black with #896067

Text Example


Text Example

White with #896067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #896067; }

 p { color: rgb(137,96,103); }

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

background-color css

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

 a { background-color: rgb(137,96,103); }

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

border-color css

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

 span { border-color: rgb(137,96,103); }

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