Shades of Beaver #886D5F
Tints of Beaver #886D5F
RGB
CMYK
RGB Variations
Color information
#886D5F (or 0x886D5F) is known color: Beaver. HEX triplet: 88, 6D and 5F. RGB value is (136,109,95). Sum of RGB (Red+Green+Blue) = 136+109+95=340 (45% of max value = 765). Red value is 136 (53.52% from 255 or 40% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 95 (37.5% from 255 or 27.94% from 340); Max value from RGB is 136 - color contains mainly: red. Hex color #886D5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D5F is #7792A0. Grayscale: #737373. Windows color (decimal): -7836321 or 6253960. OLE color: 6253960.
HSL color Cylindrical-coordinate representation of color #886D5F: hue angle of 20.49º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #886D5F is Cyan = 0, Magento = 0.20, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 95 | - |
| CMYK | 0 | 0.20 | 0.30 | 0.47 |
| HSL | 20.49º | 0.18% | 0.45% | - |
| HSV(B) | 20.49º | 0.3% | 0.53% | - |
| XYZ | 17.69 | 17 | 13.18 | - |
| YUV | 115.48 | 116.45 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 95 | 0 | 0.20 | 0.30 | 0.47 | 20.49 | 0.18 | 0.45 |
| Hex | 88 | 6D | 5F | 0 | 14 | 1E | 2F | 14 | 12 | 2D |
| Octal | 210 | 155 | 137 | 0 | 24 | 36 | 57 | 24 | 22 | 55 |
| Binary | 10001000 | 1101101 | 1011111 | 0 | 10100 | 11110 | 101111 | 10100 | 10010 | 101101 |
Color Harmonies of #886D5F
Complementary color
Monochromatic Colors of #886D5F
Black with #886D5F
Text Example
Text Example
White with #886D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D5F; }
p { color: rgb(136,109,95); }
H1.HeaderClassName
{
color: #886D5F;
}
.AnyTagClassName
{
color: #886D5F;
}
</style>
background-color css
<style>
a { background-color: #886D5F; }
a { background-color: rgb(136,109,95); }
div.DivClassName
{
background-color: #886D5F;
}
.BgClassName
{
background-color: #886D5F;
}
</style>
border-color css
<style>
span { border-color: #886D5F; }
span { border-color: rgb(136,109,95); }
td.TdClassName
{
border-color: #886D5F;
}
.TagClassName
{
border-color: #886D5F;
}
</style>