Shades of Beaver #886B5C
Tints of Beaver #886B5C
RGB
CMYK
RGB Variations
Color information
#886B5C (or 0x886B5C) is known color: Beaver. HEX triplet: 88, 6B and 5C. RGB value is (136,107,92). Sum of RGB (Red+Green+Blue) = 136+107+92=335 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.60% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 136 - color contains mainly: red. Hex color #886B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886B5C is #7794A3. Grayscale: #727272. Windows color (decimal): -7836836 or 6056840. OLE color: 6056840.
HSL color Cylindrical-coordinate representation of color #886B5C: hue angle of 20.45º 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 #886B5C is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 107 | 92 | - |
| CMYK | 0 | 0.21 | 0.32 | 0.47 |
| HSL | 20.45º | 0.19% | 0.45% | - |
| HSV(B) | 20.45º | 0.32% | 0.53% | - |
| XYZ | 17.34 | 16.52 | 12.4 | - |
| YUV | 113.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 107 | 92 | 0 | 0.21 | 0.32 | 0.47 | 20.45 | 0.19 | 0.45 |
| Hex | 88 | 6B | 5C | 0 | 15 | 20 | 2F | 14 | 13 | 2D |
| Octal | 210 | 153 | 134 | 0 | 25 | 40 | 57 | 24 | 23 | 55 |
| Binary | 10001000 | 1101011 | 1011100 | 0 | 10101 | 100000 | 101111 | 10100 | 10011 | 101101 |
Color Harmonies of #886B5C
Complementary color
Monochromatic Colors of #886B5C
Black with #886B5C
Text Example
Text Example
White with #886B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886B5C; }
p { color: rgb(136,107,92); }
H1.HeaderClassName
{
color: #886B5C;
}
.AnyTagClassName
{
color: #886B5C;
}
</style>
background-color css
<style>
a { background-color: #886B5C; }
a { background-color: rgb(136,107,92); }
div.DivClassName
{
background-color: #886B5C;
}
.BgClassName
{
background-color: #886B5C;
}
</style>
border-color css
<style>
span { border-color: #886B5C; }
span { border-color: rgb(136,107,92); }
td.TdClassName
{
border-color: #886B5C;
}
.TagClassName
{
border-color: #886B5C;
}
</style>