Shades of Pharlap #896C64
Tints of Pharlap #896C64
RGB
CMYK
RGB Variations
Color information
#896C64 (or 0x896C64) is known color: Pharlap. HEX triplet: 89, 6C and 64. RGB value is (137,108,100). Sum of RGB (Red+Green+Blue) = 137+108+100=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 108 (42.58% from 255 or 31.30% from 345); Blue value is 100 (39.45% from 255 or 28.99% from 345); Max value from RGB is 137 - color contains mainly: red. Hex color #896C64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896C64 is #76939B. Grayscale: #737373. Windows color (decimal): -7771036 or 6581385. OLE color: 6581385.
HSL color Cylindrical-coordinate representation of color #896C64: hue angle of 12.97º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #896C64 is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 100 | - |
| CMYK | 0 | 0.21 | 0.27 | 0.46 |
| HSL | 12.97º | 0.16% | 0.46% | - |
| HSV(B) | 12.97º | 0.27% | 0.54% | - |
| XYZ | 17.98 | 16.96 | 14.38 | - |
| YUV | 115.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 100 | 0 | 0.21 | 0.27 | 0.46 | 12.97 | 0.16 | 0.46 |
| Hex | 89 | 6C | 64 | 0 | 15 | 1B | 2E | D | 10 | 2E |
| Octal | 211 | 154 | 144 | 0 | 25 | 33 | 56 | 15 | 20 | 56 |
| Binary | 10001001 | 1101100 | 1100100 | 0 | 10101 | 11011 | 101110 | 1101 | 10000 | 101110 |
Color Harmonies of #896C64
Complementary color
Monochromatic Colors of #896C64
Black with #896C64
Text Example
Text Example
White with #896C64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C64; }
p { color: rgb(137,108,100); }
H1.HeaderClassName
{
color: #896C64;
}
.AnyTagClassName
{
color: #896C64;
}
</style>
background-color css
<style>
a { background-color: #896C64; }
a { background-color: rgb(137,108,100); }
div.DivClassName
{
background-color: #896C64;
}
.BgClassName
{
background-color: #896C64;
}
</style>
border-color css
<style>
span { border-color: #896C64; }
span { border-color: rgb(137,108,100); }
td.TdClassName
{
border-color: #896C64;
}
.TagClassName
{
border-color: #896C64;
}
</style>