Shades of Pharlap #8B6560
Tints of Pharlap #8B6560
RGB
CMYK
RGB Variations
Color information
#8B6560 (or 0x8B6560) is known color: Pharlap. HEX triplet: 8B, 65 and 60. RGB value is (139,101,96). Sum of RGB (Red+Green+Blue) = 139+101+96=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6560 is #749A9F. Grayscale: #6F6F6F. Windows color (decimal): -7641760 or 6317451. OLE color: 6317451.
HSL color Cylindrical-coordinate representation of color #8B6560: hue angle of 6.98º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8B6560 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 96 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.45 |
| HSL | 6.98º | 0.18% | 0.46% | - |
| HSV(B) | 6.98º | 0.31% | 0.55% | - |
| XYZ | 17.41 | 15.64 | 13.17 | - |
| YUV | 111.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 96 | 0 | 0.27 | 0.31 | 0.45 | 6.98 | 0.18 | 0.46 |
| Hex | 8B | 65 | 60 | 0 | 1B | 1F | 2D | 7 | 12 | 2E |
| Octal | 213 | 145 | 140 | 0 | 33 | 37 | 55 | 7 | 22 | 56 |
| Binary | 10001011 | 1100101 | 1100000 | 0 | 11011 | 11111 | 101101 | 111 | 10010 | 101110 |
Color Harmonies of #8B6560
Complementary color
Monochromatic Colors of #8B6560
Black with #8B6560
Text Example
Text Example
White with #8B6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6560; }
p { color: rgb(139,101,96); }
H1.HeaderClassName
{
color: #8B6560;
}
.AnyTagClassName
{
color: #8B6560;
}
</style>
background-color css
<style>
a { background-color: #8B6560; }
a { background-color: rgb(139,101,96); }
div.DivClassName
{
background-color: #8B6560;
}
.BgClassName
{
background-color: #8B6560;
}
</style>
border-color css
<style>
span { border-color: #8B6560; }
span { border-color: rgb(139,101,96); }
td.TdClassName
{
border-color: #8B6560;
}
.TagClassName
{
border-color: #8B6560;
}
</style>