Shades of Cement #8B6F57
Tints of Cement #8B6F57
RGB
CMYK
RGB Variations
Color information
#8B6F57 (or 0x8B6F57) is known color: Cement. HEX triplet: 8B, 6F and 57. RGB value is (139,111,87). Sum of RGB (Red+Green+Blue) = 139+111+87=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 111 (43.75% from 255 or 32.94% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6F57 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6F57 is #7490A8. Grayscale: #747474. Windows color (decimal): -7639209 or 5730187. OLE color: 5730187.
HSL color Cylindrical-coordinate representation of color #8B6F57: hue angle of 27.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B6F57 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 111 | 87 | - |
| CMYK | 0 | 0.20 | 0.37 | 0.45 |
| HSL | 27.69º | 0.23% | 0.44% | - |
| HSV(B) | 27.69º | 0.37% | 0.55% | - |
| XYZ | 18.05 | 17.55 | 11.45 | - |
| YUV | 116.64 | 111.28 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 111 | 87 | 0 | 0.20 | 0.37 | 0.45 | 27.69 | 0.23 | 0.44 |
| Hex | 8B | 6F | 57 | 0 | 14 | 25 | 2D | 1C | 17 | 2C |
| Octal | 213 | 157 | 127 | 0 | 24 | 45 | 55 | 34 | 27 | 54 |
| Binary | 10001011 | 1101111 | 1010111 | 0 | 10100 | 100101 | 101101 | 11100 | 10111 | 101100 |
Color Harmonies of #8B6F57
Complementary color
Monochromatic Colors of #8B6F57
Black with #8B6F57
Text Example
Text Example
White with #8B6F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6F57; }
p { color: rgb(139,111,87); }
H1.HeaderClassName
{
color: #8B6F57;
}
.AnyTagClassName
{
color: #8B6F57;
}
</style>
background-color css
<style>
a { background-color: #8B6F57; }
a { background-color: rgb(139,111,87); }
div.DivClassName
{
background-color: #8B6F57;
}
.BgClassName
{
background-color: #8B6F57;
}
</style>
border-color css
<style>
span { border-color: #8B6F57; }
span { border-color: rgb(139,111,87); }
td.TdClassName
{
border-color: #8B6F57;
}
.TagClassName
{
border-color: #8B6F57;
}
</style>