Shades of Shadow #896F4B
Tints of Shadow #896F4B
RGB
CMYK
RGB Variations
Color information
#896F4B (or 0x896F4B) is known color: Shadow. HEX triplet: 89, 6F and 4B. RGB value is (137,111,75). Sum of RGB (Red+Green+Blue) = 137+111+75=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #896F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #896F4B is #7690B4. Grayscale: #727272. Windows color (decimal): -7770293 or 4943753. OLE color: 4943753.
HSL color Cylindrical-coordinate representation of color #896F4B: hue angle of 34.84º 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 #896F4B is Cyan = 0, Magento = 0.19, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 75 | - |
| CMYK | 0 | 0.19 | 0.45 | 0.46 |
| HSL | 34.84º | 0.29% | 0.42% | - |
| HSV(B) | 34.84º | 0.45% | 0.54% | - |
| XYZ | 17.27 | 17.2 | 9.07 | - |
| YUV | 114.67 | 105.61 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 75 | 0 | 0.19 | 0.45 | 0.46 | 34.84 | 0.29 | 0.42 |
| Hex | 89 | 6F | 4B | 0 | 13 | 2D | 2E | 23 | 1D | 2A |
| Octal | 211 | 157 | 113 | 0 | 23 | 55 | 56 | 43 | 35 | 52 |
| Binary | 10001001 | 1101111 | 1001011 | 0 | 10011 | 101101 | 101110 | 100011 | 11101 | 101010 |
Color Harmonies of #896F4B
Complementary color
Monochromatic Colors of #896F4B
Black with #896F4B
Text Example
Text Example
White with #896F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F4B; }
p { color: rgb(137,111,75); }
H1.HeaderClassName
{
color: #896F4B;
}
.AnyTagClassName
{
color: #896F4B;
}
</style>
background-color css
<style>
a { background-color: #896F4B; }
a { background-color: rgb(137,111,75); }
div.DivClassName
{
background-color: #896F4B;
}
.BgClassName
{
background-color: #896F4B;
}
</style>
border-color css
<style>
span { border-color: #896F4B; }
span { border-color: rgb(137,111,75); }
td.TdClassName
{
border-color: #896F4B;
}
.TagClassName
{
border-color: #896F4B;
}
</style>