Shades of Beaver #896A5C
Tints of Beaver #896A5C
RGB
CMYK
RGB Variations
Color information
#896A5C (or 0x896A5C) is known color: Beaver. HEX triplet: 89, 6A and 5C. RGB value is (137,106,92). Sum of RGB (Red+Green+Blue) = 137+106+92=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 106 (41.80% from 255 or 31.64% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A5C is #7695A3. Grayscale: #717171. Windows color (decimal): -7771556 or 6056585. OLE color: 6056585.
HSL color Cylindrical-coordinate representation of color #896A5C: hue angle of 18.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896A5C is Cyan = 0, Magento = 0.23, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 92 | - |
| CMYK | 0 | 0.23 | 0.33 | 0.46 |
| HSL | 18.67º | 0.2% | 0.45% | - |
| HSV(B) | 18.67º | 0.33% | 0.54% | - |
| XYZ | 17.4 | 16.4 | 12.37 | - |
| YUV | 113.67 | 115.77 | 144.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 92 | 0 | 0.23 | 0.33 | 0.46 | 18.67 | 0.2 | 0.45 |
| Hex | 89 | 6A | 5C | 0 | 17 | 21 | 2E | 13 | 14 | 2D |
| Octal | 211 | 152 | 134 | 0 | 27 | 41 | 56 | 23 | 24 | 55 |
| Binary | 10001001 | 1101010 | 1011100 | 0 | 10111 | 100001 | 101110 | 10011 | 10100 | 101101 |
Color Harmonies of #896A5C
Complementary color
Monochromatic Colors of #896A5C
Black with #896A5C
Text Example
Text Example
White with #896A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A5C; }
p { color: rgb(137,106,92); }
H1.HeaderClassName
{
color: #896A5C;
}
.AnyTagClassName
{
color: #896A5C;
}
</style>
background-color css
<style>
a { background-color: #896A5C; }
a { background-color: rgb(137,106,92); }
div.DivClassName
{
background-color: #896A5C;
}
.BgClassName
{
background-color: #896A5C;
}
</style>
border-color css
<style>
span { border-color: #896A5C; }
span { border-color: rgb(137,106,92); }
td.TdClassName
{
border-color: #896A5C;
}
.TagClassName
{
border-color: #896A5C;
}
</style>