Shades of Pharlap #896B63
Tints of Pharlap #896B63
RGB
CMYK
RGB Variations
Color information
#896B63 (or 0x896B63) is known color: Pharlap. HEX triplet: 89, 6B and 63. RGB value is (137,107,99). Sum of RGB (Red+Green+Blue) = 137+107+99=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #896B63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B63 is #76949C. Grayscale: #737373. Windows color (decimal): -7771293 or 6515593. OLE color: 6515593.
HSL color Cylindrical-coordinate representation of color #896B63: hue angle of 12.63º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896B63 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 99 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.46 |
| HSL | 12.63º | 0.16% | 0.46% | - |
| HSV(B) | 12.63º | 0.28% | 0.54% | - |
| XYZ | 17.83 | 16.73 | 14.09 | - |
| YUV | 115.06 | 118.94 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 99 | 0 | 0.22 | 0.28 | 0.46 | 12.63 | 0.16 | 0.46 |
| Hex | 89 | 6B | 63 | 0 | 16 | 1C | 2E | D | 10 | 2E |
| Octal | 211 | 153 | 143 | 0 | 26 | 34 | 56 | 15 | 20 | 56 |
| Binary | 10001001 | 1101011 | 1100011 | 0 | 10110 | 11100 | 101110 | 1101 | 10000 | 101110 |
Color Harmonies of #896B63
Complementary color
Monochromatic Colors of #896B63
Black with #896B63
Text Example
Text Example
White with #896B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B63; }
p { color: rgb(137,107,99); }
H1.HeaderClassName
{
color: #896B63;
}
.AnyTagClassName
{
color: #896B63;
}
</style>
background-color css
<style>
a { background-color: #896B63; }
a { background-color: rgb(137,107,99); }
div.DivClassName
{
background-color: #896B63;
}
.BgClassName
{
background-color: #896B63;
}
</style>
border-color css
<style>
span { border-color: #896B63; }
span { border-color: rgb(137,107,99); }
td.TdClassName
{
border-color: #896B63;
}
.TagClassName
{
border-color: #896B63;
}
</style>