Shades of Pharlap #89615C
Tints of Pharlap #89615C
RGB
CMYK
RGB Variations
Color information
#89615C (or 0x89615C) is known color: Pharlap. HEX triplet: 89, 61 and 5C. RGB value is (137,97,92). Sum of RGB (Red+Green+Blue) = 137+97+92=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 97 (38.28% from 255 or 29.75% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #89615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #89615C is #769EA3. Grayscale: #6C6C6C. Windows color (decimal): -7773860 or 6054281. OLE color: 6054281.
HSL color Cylindrical-coordinate representation of color #89615C: hue angle of 6.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89615C is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 97 | 92 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.46 |
| HSL | 6.67º | 0.2% | 0.45% | - |
| HSV(B) | 6.67º | 0.33% | 0.54% | - |
| XYZ | 16.52 | 14.64 | 12.08 | - |
| YUV | 108.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 92 | 0 | 0.29 | 0.33 | 0.46 | 6.67 | 0.2 | 0.45 |
| Hex | 89 | 61 | 5C | 0 | 1D | 21 | 2E | 7 | 14 | 2D |
| Octal | 211 | 141 | 134 | 0 | 35 | 41 | 56 | 7 | 24 | 55 |
| Binary | 10001001 | 1100001 | 1011100 | 0 | 11101 | 100001 | 101110 | 111 | 10100 | 101101 |
Color Harmonies of #89615C
Complementary color
Monochromatic Colors of #89615C
Black with #89615C
Text Example
Text Example
White with #89615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89615C; }
p { color: rgb(137,97,92); }
H1.HeaderClassName
{
color: #89615C;
}
.AnyTagClassName
{
color: #89615C;
}
</style>
background-color css
<style>
a { background-color: #89615C; }
a { background-color: rgb(137,97,92); }
div.DivClassName
{
background-color: #89615C;
}
.BgClassName
{
background-color: #89615C;
}
</style>
border-color css
<style>
span { border-color: #89615C; }
span { border-color: rgb(137,97,92); }
td.TdClassName
{
border-color: #89615C;
}
.TagClassName
{
border-color: #89615C;
}
</style>