Shades of Beaver #886B5F
Tints of Beaver #886B5F
RGB
CMYK
RGB Variations
Color information
#886B5F (or 0x886B5F) is known color: Beaver. HEX triplet: 88, 6B and 5F. RGB value is (136,107,95). Sum of RGB (Red+Green+Blue) = 136+107+95=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 95 (37.5% from 255 or 28.11% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B5F is #7794A0. Grayscale: #727272. Windows color (decimal): -7836833 or 6253448. OLE color: 6253448.
HSL color Cylindrical-coordinate representation of color #886B5F: hue angle of 17.56º 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 #886B5F is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 95 | - |
| CMYK | 0 | 0.21 | 0.30 | 0.47 |
| HSL | 17.56º | 0.18% | 0.45% | - |
| HSV(B) | 17.56º | 0.3% | 0.53% | - |
| XYZ | 17.48 | 16.58 | 13.1 | - |
| YUV | 114.3 | 117.11 | 143.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 95 | 0 | 0.21 | 0.30 | 0.47 | 17.56 | 0.18 | 0.45 |
| Hex | 88 | 6B | 5F | 0 | 15 | 1E | 2F | 12 | 12 | 2D |
| Octal | 210 | 153 | 137 | 0 | 25 | 36 | 57 | 22 | 22 | 55 |
| Binary | 10001000 | 1101011 | 1011111 | 0 | 10101 | 11110 | 101111 | 10010 | 10010 | 101101 |
Color Harmonies of #886B5F
Complementary color
Monochromatic Colors of #886B5F
Black with #886B5F
Text Example
Text Example
White with #886B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B5F; }
p { color: rgb(136,107,95); }
H1.HeaderClassName
{
color: #886B5F;
}
.AnyTagClassName
{
color: #886B5F;
}
</style>
background-color css
<style>
a { background-color: #886B5F; }
a { background-color: rgb(136,107,95); }
div.DivClassName
{
background-color: #886B5F;
}
.BgClassName
{
background-color: #886B5F;
}
</style>
border-color css
<style>
span { border-color: #886B5F; }
span { border-color: rgb(136,107,95); }
td.TdClassName
{
border-color: #886B5F;
}
.TagClassName
{
border-color: #886B5F;
}
</style>