Shades of Mauve Taupe #896B74
Tints of Mauve Taupe #896B74
RGB
CMYK
RGB Variations
Color information
#896B74 (or 0x896B74) is known color: Mauve Taupe. HEX triplet: 89, 6B and 74. RGB value is (137,107,116). Sum of RGB (Red+Green+Blue) = 137+107+116=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B74 is #76948B. Grayscale: #747474. Windows color (decimal): -7771276 or 7629705. OLE color: 7629705.
HSL color Cylindrical-coordinate representation of color #896B74: hue angle of 342º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #896B74 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 116 | - |
| CMYK | 0 | 0.22 | 0.15 | 0.46 |
| HSL | 342º | 0.12% | 0.48% | - |
| HSV(B) | 342º | 0.22% | 0.54% | - |
| XYZ | 18.73 | 17.09 | 18.84 | - |
| YUV | 117 | 127.44 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 116 | 0 | 0.22 | 0.15 | 0.46 | 342 | 0.12 | 0.48 |
| Hex | 89 | 6B | 74 | 0 | 16 | F | 2E | 156 | C | 30 |
| Octal | 211 | 153 | 164 | 0 | 26 | 17 | 56 | 526 | 14 | 60 |
| Binary | 10001001 | 1101011 | 1110100 | 0 | 10110 | 1111 | 101110 | 101010110 | 1100 | 110000 |
Color Harmonies of #896B74
Complementary color
Monochromatic Colors of #896B74
Black with #896B74
Text Example
Text Example
White with #896B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B74; }
p { color: rgb(137,107,116); }
H1.HeaderClassName
{
color: #896B74;
}
.AnyTagClassName
{
color: #896B74;
}
</style>
background-color css
<style>
a { background-color: #896B74; }
a { background-color: rgb(137,107,116); }
div.DivClassName
{
background-color: #896B74;
}
.BgClassName
{
background-color: #896B74;
}
</style>
border-color css
<style>
span { border-color: #896B74; }
span { border-color: rgb(137,107,116); }
td.TdClassName
{
border-color: #896B74;
}
.TagClassName
{
border-color: #896B74;
}
</style>