Shades of Pharlap #8A6860
Tints of Pharlap #8A6860
RGB
CMYK
RGB Variations
Color information
#8A6860 (or 0x8A6860) is known color: Pharlap. HEX triplet: 8A, 68 and 60. RGB value is (138,104,96). Sum of RGB (Red+Green+Blue) = 138+104+96=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 96 (37.89% from 255 or 28.40% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6860 is #75979F. Grayscale: #717171. Windows color (decimal): -7706528 or 6318218. OLE color: 6318218.
HSL color Cylindrical-coordinate representation of color #8A6860: hue angle of 11.43º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A6860 is Cyan = 0, Magento = 0.25, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 104 | 96 | - |
| CMYK | 0 | 0.25 | 0.30 | 0.46 |
| HSL | 11.43º | 0.18% | 0.46% | - |
| HSV(B) | 11.43º | 0.3% | 0.54% | - |
| XYZ | 17.54 | 16.15 | 13.26 | - |
| YUV | 113.25 | 118.26 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 104 | 96 | 0 | 0.25 | 0.30 | 0.46 | 11.43 | 0.18 | 0.46 |
| Hex | 8A | 68 | 60 | 0 | 19 | 1E | 2E | B | 12 | 2E |
| Octal | 212 | 150 | 140 | 0 | 31 | 36 | 56 | 13 | 22 | 56 |
| Binary | 10001010 | 1101000 | 1100000 | 0 | 11001 | 11110 | 101110 | 1011 | 10010 | 101110 |
Color Harmonies of #8A6860
Complementary color
Monochromatic Colors of #8A6860
Black with #8A6860
Text Example
Text Example
White with #8A6860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6860; }
p { color: rgb(138,104,96); }
H1.HeaderClassName
{
color: #8A6860;
}
.AnyTagClassName
{
color: #8A6860;
}
</style>
background-color css
<style>
a { background-color: #8A6860; }
a { background-color: rgb(138,104,96); }
div.DivClassName
{
background-color: #8A6860;
}
.BgClassName
{
background-color: #8A6860;
}
</style>
border-color css
<style>
span { border-color: #8A6860; }
span { border-color: rgb(138,104,96); }
td.TdClassName
{
border-color: #8A6860;
}
.TagClassName
{
border-color: #8A6860;
}
</style>