Shades of Beaver #886D63
Tints of Beaver #886D63
RGB
CMYK
RGB Variations
Color information
#886D63 (or 0x886D63) is known color: Beaver. HEX triplet: 88, 6D and 63. RGB value is (136,109,99). Sum of RGB (Red+Green+Blue) = 136+109+99=344 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.53% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 99 (39.06% from 255 or 28.78% from 344); Max value from RGB is 136 - color contains mainly: red. Hex color #886D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D63 is #77929C. Grayscale: #747474. Windows color (decimal): -7836317 or 6516104. OLE color: 6516104.
HSL color Cylindrical-coordinate representation of color #886D63: hue angle of 16.22º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #886D63 is Cyan = 0, Magento = 0.20, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 99 | - |
| CMYK | 0 | 0.20 | 0.27 | 0.47 |
| HSL | 16.22º | 0.16% | 0.46% | - |
| HSV(B) | 16.22º | 0.27% | 0.53% | - |
| XYZ | 17.87 | 17.07 | 14.16 | - |
| YUV | 115.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 99 | 0 | 0.20 | 0.27 | 0.47 | 16.22 | 0.16 | 0.46 |
| Hex | 88 | 6D | 63 | 0 | 14 | 1B | 2F | 10 | 10 | 2E |
| Octal | 210 | 155 | 143 | 0 | 24 | 33 | 57 | 20 | 20 | 56 |
| Binary | 10001000 | 1101101 | 1100011 | 0 | 10100 | 11011 | 101111 | 10000 | 10000 | 101110 |
Color Harmonies of #886D63
Complementary color
Monochromatic Colors of #886D63
Black with #886D63
Text Example
Text Example
White with #886D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D63; }
p { color: rgb(136,109,99); }
H1.HeaderClassName
{
color: #886D63;
}
.AnyTagClassName
{
color: #886D63;
}
</style>
background-color css
<style>
a { background-color: #886D63; }
a { background-color: rgb(136,109,99); }
div.DivClassName
{
background-color: #886D63;
}
.BgClassName
{
background-color: #886D63;
}
</style>
border-color css
<style>
span { border-color: #886D63; }
span { border-color: rgb(136,109,99); }
td.TdClassName
{
border-color: #886D63;
}
.TagClassName
{
border-color: #886D63;
}
</style>