Shades of Beaver #886E63
Tints of Beaver #886E63
RGB
CMYK
RGB Variations
Color information
#886E63 (or 0x886E63) is known color: Beaver. HEX triplet: 88, 6E and 63. RGB value is (136,110,99). Sum of RGB (Red+Green+Blue) = 136+110+99=345 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.42% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 136 - color contains mainly: red. Hex color #886E63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E63 is #77919C. Grayscale: #747474. Windows color (decimal): -7836061 or 6516360. OLE color: 6516360.
HSL color Cylindrical-coordinate representation of color #886E63: hue angle of 17.84º 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 #886E63 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 99 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.47 |
| HSL | 17.84º | 0.16% | 0.46% | - |
| HSV(B) | 17.84º | 0.27% | 0.53% | - |
| XYZ | 17.98 | 17.29 | 14.19 | - |
| YUV | 116.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 99 | 0 | 0.19 | 0.27 | 0.47 | 17.84 | 0.16 | 0.46 |
| Hex | 88 | 6E | 63 | 0 | 13 | 1B | 2F | 12 | 10 | 2E |
| Octal | 210 | 156 | 143 | 0 | 23 | 33 | 57 | 22 | 20 | 56 |
| Binary | 10001000 | 1101110 | 1100011 | 0 | 10011 | 11011 | 101111 | 10010 | 10000 | 101110 |
Color Harmonies of #886E63
Complementary color
Monochromatic Colors of #886E63
Black with #886E63
Text Example
Text Example
White with #886E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E63; }
p { color: rgb(136,110,99); }
H1.HeaderClassName
{
color: #886E63;
}
.AnyTagClassName
{
color: #886E63;
}
</style>
background-color css
<style>
a { background-color: #886E63; }
a { background-color: rgb(136,110,99); }
div.DivClassName
{
background-color: #886E63;
}
.BgClassName
{
background-color: #886E63;
}
</style>
border-color css
<style>
span { border-color: #886E63; }
span { border-color: rgb(136,110,99); }
td.TdClassName
{
border-color: #886E63;
}
.TagClassName
{
border-color: #886E63;
}
</style>