Shades of Beaver #886E64
Tints of Beaver #886E64
RGB
CMYK
RGB Variations
Color information
#886E64 (or 0x886E64) is known color: Beaver. HEX triplet: 88, 6E and 64. RGB value is (136,110,100). Sum of RGB (Red+Green+Blue) = 136+110+100=346 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.31% from 346); Green value is 110 (43.36% from 255 or 31.79% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 136 - color contains mainly: red. Hex color #886E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886E64 is #77919B. Grayscale: #747474. Windows color (decimal): -7836060 or 6581896. OLE color: 6581896.
HSL color Cylindrical-coordinate representation of color #886E64: hue angle of 16.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #886E64 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 110 | 100 | - |
| CMYK | 0 | 0.19 | 0.26 | 0.47 |
| HSL | 16.67º | 0.15% | 0.46% | - |
| HSV(B) | 16.67º | 0.26% | 0.53% | - |
| XYZ | 18.03 | 17.31 | 14.45 | - |
| YUV | 116.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 110 | 100 | 0 | 0.19 | 0.26 | 0.47 | 16.67 | 0.15 | 0.46 |
| Hex | 88 | 6E | 64 | 0 | 13 | 1A | 2F | 11 | F | 2E |
| Octal | 210 | 156 | 144 | 0 | 23 | 32 | 57 | 21 | 17 | 56 |
| Binary | 10001000 | 1101110 | 1100100 | 0 | 10011 | 11010 | 101111 | 10001 | 1111 | 101110 |
Color Harmonies of #886E64
Complementary color
Monochromatic Colors of #886E64
Black with #886E64
Text Example
Text Example
White with #886E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886E64; }
p { color: rgb(136,110,100); }
H1.HeaderClassName
{
color: #886E64;
}
.AnyTagClassName
{
color: #886E64;
}
</style>
background-color css
<style>
a { background-color: #886E64; }
a { background-color: rgb(136,110,100); }
div.DivClassName
{
background-color: #886E64;
}
.BgClassName
{
background-color: #886E64;
}
</style>
border-color css
<style>
span { border-color: #886E64; }
span { border-color: rgb(136,110,100); }
td.TdClassName
{
border-color: #886E64;
}
.TagClassName
{
border-color: #886E64;
}
</style>