Shades of Pharlap #89675E
Tints of Pharlap #89675E
RGB
CMYK
RGB Variations
Color information
#89675E (or 0x89675E) is known color: Pharlap. HEX triplet: 89, 67 and 5E. RGB value is (137,103,94). Sum of RGB (Red+Green+Blue) = 137+103+94=334 (44% of max value = 765). Red value is 137 (53.91% from 255 or 41.02% from 334); Green value is 103 (40.62% from 255 or 30.84% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 137 - color contains mainly: red. Hex color #89675E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89675E is #7698A1. Grayscale: #707070. Windows color (decimal): -7772322 or 6186889. OLE color: 6186889.
HSL color Cylindrical-coordinate representation of color #89675E: hue angle of 12.56º 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 #89675E is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 103 | 94 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.46 |
| HSL | 12.56º | 0.19% | 0.45% | - |
| HSV(B) | 12.56º | 0.31% | 0.54% | - |
| XYZ | 17.19 | 15.83 | 12.74 | - |
| YUV | 112.14 | 117.76 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 103 | 94 | 0 | 0.25 | 0.31 | 0.46 | 12.56 | 0.19 | 0.45 |
| Hex | 89 | 67 | 5E | 0 | 19 | 1F | 2E | D | 13 | 2D |
| Octal | 211 | 147 | 136 | 0 | 31 | 37 | 56 | 15 | 23 | 55 |
| Binary | 10001001 | 1100111 | 1011110 | 0 | 11001 | 11111 | 101110 | 1101 | 10011 | 101101 |
Color Harmonies of #89675E
Complementary color
Monochromatic Colors of #89675E
Black with #89675E
Text Example
Text Example
White with #89675E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89675E; }
p { color: rgb(137,103,94); }
H1.HeaderClassName
{
color: #89675E;
}
.AnyTagClassName
{
color: #89675E;
}
</style>
background-color css
<style>
a { background-color: #89675E; }
a { background-color: rgb(137,103,94); }
div.DivClassName
{
background-color: #89675E;
}
.BgClassName
{
background-color: #89675E;
}
</style>
border-color css
<style>
span { border-color: #89675E; }
span { border-color: rgb(137,103,94); }
td.TdClassName
{
border-color: #89675E;
}
.TagClassName
{
border-color: #89675E;
}
</style>