Shades of Cement #8D6F51
Tints of Cement #8D6F51
RGB
CMYK
RGB Variations
Color information
#8D6F51 (or 0x8D6F51) is known color: Cement. HEX triplet: 8D, 6F and 51. RGB value is (141,111,81). Sum of RGB (Red+Green+Blue) = 141+111+81=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 111 (43.75% from 255 or 33.33% from 333); Blue value is 81 (32.03% from 255 or 24.32% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6F51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6F51 is #7290AE. Grayscale: #747474. Windows color (decimal): -7508143 or 5336973. OLE color: 5336973.
HSL color Cylindrical-coordinate representation of color #8D6F51: hue angle of 30º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6F51 is Cyan = 0, Magento = 0.21, Yellow = 0.43 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 111 | 81 | - |
| CMYK | 0 | 0.21 | 0.43 | 0.45 |
| HSL | 30º | 0.27% | 0.44% | - |
| HSV(B) | 30º | 0.43% | 0.55% | - |
| XYZ | 18.15 | 17.63 | 10.23 | - |
| YUV | 116.55 | 107.94 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 81 | 0 | 0.21 | 0.43 | 0.45 | 30 | 0.27 | 0.44 |
| Hex | 8D | 6F | 51 | 0 | 15 | 2B | 2D | 1E | 1B | 2C |
| Octal | 215 | 157 | 121 | 0 | 25 | 53 | 55 | 36 | 33 | 54 |
| Binary | 10001101 | 1101111 | 1010001 | 0 | 10101 | 101011 | 101101 | 11110 | 11011 | 101100 |
Color Harmonies of #8D6F51
Complementary color
Monochromatic Colors of #8D6F51
Black with #8D6F51
Text Example
Text Example
White with #8D6F51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6F51; }
p { color: rgb(141,111,81); }
H1.HeaderClassName
{
color: #8D6F51;
}
.AnyTagClassName
{
color: #8D6F51;
}
</style>
background-color css
<style>
a { background-color: #8D6F51; }
a { background-color: rgb(141,111,81); }
div.DivClassName
{
background-color: #8D6F51;
}
.BgClassName
{
background-color: #8D6F51;
}
</style>
border-color css
<style>
span { border-color: #8D6F51; }
span { border-color: rgb(141,111,81); }
td.TdClassName
{
border-color: #8D6F51;
}
.TagClassName
{
border-color: #8D6F51;
}
</style>