Shades of Shadow #886B4B
Tints of Shadow #886B4B
RGB
CMYK
RGB Variations
Color information
#886B4B (or 0x886B4B) is known color: Shadow. HEX triplet: 88, 6B and 4B. RGB value is (136,107,75). Sum of RGB (Red+Green+Blue) = 136+107+75=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #886B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #886B4B is #7794B4. Grayscale: #707070. Windows color (decimal): -7836853 or 4942728. OLE color: 4942728.
HSL color Cylindrical-coordinate representation of color #886B4B: hue angle of 31.48º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #886B4B is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 75 | - |
| CMYK | 0 | 0.21 | 0.45 | 0.47 |
| HSL | 31.48º | 0.29% | 0.41% | - |
| HSV(B) | 31.48º | 0.45% | 0.53% | - |
| XYZ | 16.68 | 16.26 | 8.92 | - |
| YUV | 112.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 75 | 0 | 0.21 | 0.45 | 0.47 | 31.48 | 0.29 | 0.41 |
| Hex | 88 | 6B | 4B | 0 | 15 | 2D | 2F | 1F | 1D | 29 |
| Octal | 210 | 153 | 113 | 0 | 25 | 55 | 57 | 37 | 35 | 51 |
| Binary | 10001000 | 1101011 | 1001011 | 0 | 10101 | 101101 | 101111 | 11111 | 11101 | 101001 |
Color Harmonies of #886B4B
Complementary color
Monochromatic Colors of #886B4B
Black with #886B4B
Text Example
Text Example
White with #886B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B4B; }
p { color: rgb(136,107,75); }
H1.HeaderClassName
{
color: #886B4B;
}
.AnyTagClassName
{
color: #886B4B;
}
</style>
background-color css
<style>
a { background-color: #886B4B; }
a { background-color: rgb(136,107,75); }
div.DivClassName
{
background-color: #886B4B;
}
.BgClassName
{
background-color: #886B4B;
}
</style>
border-color css
<style>
span { border-color: #886B4B; }
span { border-color: rgb(136,107,75); }
td.TdClassName
{
border-color: #886B4B;
}
.TagClassName
{
border-color: #886B4B;
}
</style>