Shades of Cement #886B4F
Tints of Cement #886B4F
RGB
CMYK
RGB Variations
Color information
#886B4F (or 0x886B4F) is known color: Cement. HEX triplet: 88, 6B and 4F. RGB value is (136,107,79). Sum of RGB (Red+Green+Blue) = 136+107+79=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 79 (31.25% from 255 or 24.53% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #886B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B4F is #7794B0. Grayscale: #707070. Windows color (decimal): -7836849 or 5204872. OLE color: 5204872.
HSL color Cylindrical-coordinate representation of color #886B4F: hue angle of 29.47º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #886B4F is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 79 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.47 |
| HSL | 29.47º | 0.27% | 0.42% | - |
| HSV(B) | 29.47º | 0.42% | 0.53% | - |
| XYZ | 16.82 | 16.31 | 9.66 | - |
| YUV | 112.48 | 109.11 | 144.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 79 | 0 | 0.21 | 0.42 | 0.47 | 29.47 | 0.27 | 0.42 |
| Hex | 88 | 6B | 4F | 0 | 15 | 2A | 2F | 1D | 1B | 2A |
| Octal | 210 | 153 | 117 | 0 | 25 | 52 | 57 | 35 | 33 | 52 |
| Binary | 10001000 | 1101011 | 1001111 | 0 | 10101 | 101010 | 101111 | 11101 | 11011 | 101010 |
Color Harmonies of #886B4F
Complementary color
Monochromatic Colors of #886B4F
Black with #886B4F
Text Example
Text Example
White with #886B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B4F; }
p { color: rgb(136,107,79); }
H1.HeaderClassName
{
color: #886B4F;
}
.AnyTagClassName
{
color: #886B4F;
}
</style>
background-color css
<style>
a { background-color: #886B4F; }
a { background-color: rgb(136,107,79); }
div.DivClassName
{
background-color: #886B4F;
}
.BgClassName
{
background-color: #886B4F;
}
</style>
border-color css
<style>
span { border-color: #886B4F; }
span { border-color: rgb(136,107,79); }
td.TdClassName
{
border-color: #886B4F;
}
.TagClassName
{
border-color: #886B4F;
}
</style>