Shades of Pharlap #89655E
Tints of Pharlap #89655E
RGB
CMYK
RGB Variations
Color information
#89655E (or 0x89655E) is known color: Pharlap. HEX triplet: 89, 65 and 5E. RGB value is (137,101,94). Sum of RGB (Red+Green+Blue) = 137+101+94=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 94 (37.11% from 255 or 28.31% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #89655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89655E is #769AA1. Grayscale: #6F6F6F. Windows color (decimal): -7772834 or 6186377. OLE color: 6186377.
HSL color Cylindrical-coordinate representation of color #89655E: hue angle of 9.77º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #89655E is Cyan = 0, Magento = 0.26, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 101 | 94 | - |
| CMYK | 0 | 0.26 | 0.31 | 0.46 |
| HSL | 9.77º | 0.19% | 0.45% | - |
| HSV(B) | 9.77º | 0.31% | 0.54% | - |
| XYZ | 16.99 | 15.43 | 12.67 | - |
| YUV | 110.97 | 118.43 | 146.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 101 | 94 | 0 | 0.26 | 0.31 | 0.46 | 9.77 | 0.19 | 0.45 |
| Hex | 89 | 65 | 5E | 0 | 1A | 1F | 2E | A | 13 | 2D |
| Octal | 211 | 145 | 136 | 0 | 32 | 37 | 56 | 12 | 23 | 55 |
| Binary | 10001001 | 1100101 | 1011110 | 0 | 11010 | 11111 | 101110 | 1010 | 10011 | 101101 |
Color Harmonies of #89655E
Complementary color
Monochromatic Colors of #89655E
Black with #89655E
Text Example
Text Example
White with #89655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89655E; }
p { color: rgb(137,101,94); }
H1.HeaderClassName
{
color: #89655E;
}
.AnyTagClassName
{
color: #89655E;
}
</style>
background-color css
<style>
a { background-color: #89655E; }
a { background-color: rgb(137,101,94); }
div.DivClassName
{
background-color: #89655E;
}
.BgClassName
{
background-color: #89655E;
}
</style>
border-color css
<style>
span { border-color: #89655E; }
span { border-color: rgb(137,101,94); }
td.TdClassName
{
border-color: #89655E;
}
.TagClassName
{
border-color: #89655E;
}
</style>