Shades of Cement #8B6E53
Tints of Cement #8B6E53
RGB
CMYK
RGB Variations
Color information
#8B6E53 (or 0x8B6E53) is known color: Cement. HEX triplet: 8B, 6E and 53. RGB value is (139,110,83). Sum of RGB (Red+Green+Blue) = 139+110+83=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 110 (43.36% from 255 or 33.13% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6E53 is #7491AC. Grayscale: #737373. Windows color (decimal): -7639469 or 5467787. OLE color: 5467787.
HSL color Cylindrical-coordinate representation of color #8B6E53: hue angle of 28.93º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B6E53 is Cyan = 0, Magento = 0.21, Yellow = 0.40 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 110 | 83 | - |
| CMYK | 0 | 0.21 | 0.40 | 0.45 |
| HSL | 28.93º | 0.25% | 0.44% | - |
| HSV(B) | 28.93º | 0.4% | 0.55% | - |
| XYZ | 17.78 | 17.27 | 10.58 | - |
| YUV | 115.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 110 | 83 | 0 | 0.21 | 0.40 | 0.45 | 28.93 | 0.25 | 0.44 |
| Hex | 8B | 6E | 53 | 0 | 15 | 28 | 2D | 1D | 19 | 2C |
| Octal | 213 | 156 | 123 | 0 | 25 | 50 | 55 | 35 | 31 | 54 |
| Binary | 10001011 | 1101110 | 1010011 | 0 | 10101 | 101000 | 101101 | 11101 | 11001 | 101100 |
Color Harmonies of #8B6E53
Complementary color
Monochromatic Colors of #8B6E53
Black with #8B6E53
Text Example
Text Example
White with #8B6E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6E53; }
p { color: rgb(139,110,83); }
H1.HeaderClassName
{
color: #8B6E53;
}
.AnyTagClassName
{
color: #8B6E53;
}
</style>
background-color css
<style>
a { background-color: #8B6E53; }
a { background-color: rgb(139,110,83); }
div.DivClassName
{
background-color: #8B6E53;
}
.BgClassName
{
background-color: #8B6E53;
}
</style>
border-color css
<style>
span { border-color: #8B6E53; }
span { border-color: rgb(139,110,83); }
td.TdClassName
{
border-color: #8B6E53;
}
.TagClassName
{
border-color: #8B6E53;
}
</style>