Shades of Shadow #896D4B
Tints of Shadow #896D4B
RGB
CMYK
RGB Variations
Color information
#896D4B (or 0x896D4B) is known color: Shadow. HEX triplet: 89, 6D and 4B. RGB value is (137,109,75). Sum of RGB (Red+Green+Blue) = 137+109+75=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 109 (42.97% from 255 or 33.96% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #896D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896D4B is #7692B4. Grayscale: #717171. Windows color (decimal): -7770805 or 4943241. OLE color: 4943241.
HSL color Cylindrical-coordinate representation of color #896D4B: hue angle of 32.9º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #896D4B is Cyan = 0, Magento = 0.20, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 75 | - |
| CMYK | 0 | 0.20 | 0.45 | 0.46 |
| HSL | 32.9º | 0.29% | 0.42% | - |
| HSV(B) | 32.9º | 0.45% | 0.54% | - |
| XYZ | 17.06 | 16.76 | 8.99 | - |
| YUV | 113.5 | 106.28 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 75 | 0 | 0.20 | 0.45 | 0.46 | 32.9 | 0.29 | 0.42 |
| Hex | 89 | 6D | 4B | 0 | 14 | 2D | 2E | 21 | 1D | 2A |
| Octal | 211 | 155 | 113 | 0 | 24 | 55 | 56 | 41 | 35 | 52 |
| Binary | 10001001 | 1101101 | 1001011 | 0 | 10100 | 101101 | 101110 | 100001 | 11101 | 101010 |
Color Harmonies of #896D4B
Complementary color
Monochromatic Colors of #896D4B
Black with #896D4B
Text Example
Text Example
White with #896D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D4B; }
p { color: rgb(137,109,75); }
H1.HeaderClassName
{
color: #896D4B;
}
.AnyTagClassName
{
color: #896D4B;
}
</style>
background-color css
<style>
a { background-color: #896D4B; }
a { background-color: rgb(137,109,75); }
div.DivClassName
{
background-color: #896D4B;
}
.BgClassName
{
background-color: #896D4B;
}
</style>
border-color css
<style>
span { border-color: #896D4B; }
span { border-color: rgb(137,109,75); }
td.TdClassName
{
border-color: #896D4B;
}
.TagClassName
{
border-color: #896D4B;
}
</style>