Shades of Cement #896E53
Tints of Cement #896E53
RGB
CMYK
RGB Variations
Color information
#896E53 (or 0x896E53) is known color: Cement. HEX triplet: 89, 6E and 53. RGB value is (137,110,83). Sum of RGB (Red+Green+Blue) = 137+110+83=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #896E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E53 is #7691AC. Grayscale: #737373. Windows color (decimal): -7770541 or 5467785. OLE color: 5467785.
HSL color Cylindrical-coordinate representation of color #896E53: hue angle of 30º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #896E53 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 83 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.46 |
| HSL | 30º | 0.25% | 0.43% | - |
| HSV(B) | 30º | 0.39% | 0.54% | - |
| XYZ | 17.45 | 17.09 | 10.56 | - |
| YUV | 115 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 83 | 0 | 0.20 | 0.39 | 0.46 | 30 | 0.25 | 0.43 |
| Hex | 89 | 6E | 53 | 0 | 14 | 27 | 2E | 1E | 19 | 2B |
| Octal | 211 | 156 | 123 | 0 | 24 | 47 | 56 | 36 | 31 | 53 |
| Binary | 10001001 | 1101110 | 1010011 | 0 | 10100 | 100111 | 101110 | 11110 | 11001 | 101011 |
Color Harmonies of #896E53
Complementary color
Monochromatic Colors of #896E53
Black with #896E53
Text Example
Text Example
White with #896E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E53; }
p { color: rgb(137,110,83); }
H1.HeaderClassName
{
color: #896E53;
}
.AnyTagClassName
{
color: #896E53;
}
</style>
background-color css
<style>
a { background-color: #896E53; }
a { background-color: rgb(137,110,83); }
div.DivClassName
{
background-color: #896E53;
}
.BgClassName
{
background-color: #896E53;
}
</style>
border-color css
<style>
span { border-color: #896E53; }
span { border-color: rgb(137,110,83); }
td.TdClassName
{
border-color: #896E53;
}
.TagClassName
{
border-color: #896E53;
}
</style>