Shades of Beaver #886D5C
Tints of Beaver #886D5C
RGB
CMYK
RGB Variations
Color information
#886D5C (or 0x886D5C) is known color: Beaver. HEX triplet: 88, 6D and 5C. RGB value is (136,109,92). Sum of RGB (Red+Green+Blue) = 136+109+92=337 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.36% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 136 - color contains mainly: red. Hex color #886D5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886D5C is #7792A3. Grayscale: #737373. Windows color (decimal): -7836324 or 6057352. OLE color: 6057352.
HSL color Cylindrical-coordinate representation of color #886D5C: hue angle of 23.18º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #886D5C is Cyan = 0, Magento = 0.20, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 109 | 92 | - |
| CMYK | 0 | 0.20 | 0.32 | 0.47 |
| HSL | 23.18º | 0.19% | 0.45% | - |
| HSV(B) | 23.18º | 0.32% | 0.53% | - |
| XYZ | 17.55 | 16.94 | 12.47 | - |
| YUV | 115.14 | 114.95 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 109 | 92 | 0 | 0.20 | 0.32 | 0.47 | 23.18 | 0.19 | 0.45 |
| Hex | 88 | 6D | 5C | 0 | 14 | 20 | 2F | 17 | 13 | 2D |
| Octal | 210 | 155 | 134 | 0 | 24 | 40 | 57 | 27 | 23 | 55 |
| Binary | 10001000 | 1101101 | 1011100 | 0 | 10100 | 100000 | 101111 | 10111 | 10011 | 101101 |
Color Harmonies of #886D5C
Complementary color
Monochromatic Colors of #886D5C
Black with #886D5C
Text Example
Text Example
White with #886D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886D5C; }
p { color: rgb(136,109,92); }
H1.HeaderClassName
{
color: #886D5C;
}
.AnyTagClassName
{
color: #886D5C;
}
</style>
background-color css
<style>
a { background-color: #886D5C; }
a { background-color: rgb(136,109,92); }
div.DivClassName
{
background-color: #886D5C;
}
.BgClassName
{
background-color: #886D5C;
}
</style>
border-color css
<style>
span { border-color: #886D5C; }
span { border-color: rgb(136,109,92); }
td.TdClassName
{
border-color: #886D5C;
}
.TagClassName
{
border-color: #886D5C;
}
</style>