Shades of Pharlap #896B62
Tints of Pharlap #896B62
RGB
CMYK
RGB Variations
Color information
#896B62 (or 0x896B62) is known color: Pharlap. HEX triplet: 89, 6B and 62. RGB value is (137,107,98). Sum of RGB (Red+Green+Blue) = 137+107+98=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 98 (38.67% from 255 or 28.65% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896B62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B62 is #76949D. Grayscale: #737373. Windows color (decimal): -7771294 or 6450057. OLE color: 6450057.
HSL color Cylindrical-coordinate representation of color #896B62: hue angle of 13.85º degrees, saturation: 0.17, 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 #896B62 is Cyan = 0, Magento = 0.22, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 98 | - |
| CMYK | 0 | 0.22 | 0.28 | 0.46 |
| HSL | 13.85º | 0.17% | 0.46% | - |
| HSV(B) | 13.85º | 0.28% | 0.54% | - |
| XYZ | 17.78 | 16.72 | 13.84 | - |
| YUV | 114.94 | 118.44 | 143.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 98 | 0 | 0.22 | 0.28 | 0.46 | 13.85 | 0.17 | 0.46 |
| Hex | 89 | 6B | 62 | 0 | 16 | 1C | 2E | E | 11 | 2E |
| Octal | 211 | 153 | 142 | 0 | 26 | 34 | 56 | 16 | 21 | 56 |
| Binary | 10001001 | 1101011 | 1100010 | 0 | 10110 | 11100 | 101110 | 1110 | 10001 | 101110 |
Color Harmonies of #896B62
Complementary color
Monochromatic Colors of #896B62
Black with #896B62
Text Example
Text Example
White with #896B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B62; }
p { color: rgb(137,107,98); }
H1.HeaderClassName
{
color: #896B62;
}
.AnyTagClassName
{
color: #896B62;
}
</style>
background-color css
<style>
a { background-color: #896B62; }
a { background-color: rgb(137,107,98); }
div.DivClassName
{
background-color: #896B62;
}
.BgClassName
{
background-color: #896B62;
}
</style>
border-color css
<style>
span { border-color: #896B62; }
span { border-color: rgb(137,107,98); }
td.TdClassName
{
border-color: #896B62;
}
.TagClassName
{
border-color: #896B62;
}
</style>