Shades of Cement #896D4F
Tints of Cement #896D4F
RGB
CMYK
RGB Variations
Color information
#896D4F (or 0x896D4F) is known color: Cement. HEX triplet: 89, 6D and 4F. RGB value is (137,109,79). Sum of RGB (Red+Green+Blue) = 137+109+79=325 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.15% from 325); Green value is 109 (42.97% from 255 or 33.54% from 325); Blue value is 79 (31.25% from 255 or 24.31% from 325); Max value from RGB is 137 - color contains mainly: red. Hex color #896D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D4F is #7692B0. Grayscale: #727272. Windows color (decimal): -7770801 or 5205385. OLE color: 5205385.
HSL color Cylindrical-coordinate representation of color #896D4F: hue angle of 31.03º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #896D4F is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 79 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.46 |
| HSL | 31.03º | 0.27% | 0.42% | - |
| HSV(B) | 31.03º | 0.42% | 0.54% | - |
| XYZ | 17.2 | 16.82 | 9.74 | - |
| YUV | 113.95 | 108.28 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 79 | 0 | 0.20 | 0.42 | 0.46 | 31.03 | 0.27 | 0.42 |
| Hex | 89 | 6D | 4F | 0 | 14 | 2A | 2E | 1F | 1B | 2A |
| Octal | 211 | 155 | 117 | 0 | 24 | 52 | 56 | 37 | 33 | 52 |
| Binary | 10001001 | 1101101 | 1001111 | 0 | 10100 | 101010 | 101110 | 11111 | 11011 | 101010 |
Color Harmonies of #896D4F
Complementary color
Monochromatic Colors of #896D4F
Black with #896D4F
Text Example
Text Example
White with #896D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D4F; }
p { color: rgb(137,109,79); }
H1.HeaderClassName
{
color: #896D4F;
}
.AnyTagClassName
{
color: #896D4F;
}
</style>
background-color css
<style>
a { background-color: #896D4F; }
a { background-color: rgb(137,109,79); }
div.DivClassName
{
background-color: #896D4F;
}
.BgClassName
{
background-color: #896D4F;
}
</style>
border-color css
<style>
span { border-color: #896D4F; }
span { border-color: rgb(137,109,79); }
td.TdClassName
{
border-color: #896D4F;
}
.TagClassName
{
border-color: #896D4F;
}
</style>