Shades of Pharlap #8C6460
Tints of Pharlap #8C6460
RGB
CMYK
RGB Variations
Color information
#8C6460 (or 0x8C6460) is known color: Pharlap. HEX triplet: 8C, 64 and 60. RGB value is (140,100,96). Sum of RGB (Red+Green+Blue) = 140+100+96=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 96 (37.89% from 255 or 28.57% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6460 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6460 is #739B9F. Grayscale: #6F6F6F. Windows color (decimal): -7576480 or 6317196. OLE color: 6317196.
HSL color Cylindrical-coordinate representation of color #8C6460: hue angle of 5.45º degrees, saturation: 0.19, 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 #8C6460 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 100 | 96 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.45 |
| HSL | 5.45º | 0.19% | 0.46% | - |
| HSV(B) | 5.45º | 0.31% | 0.55% | - |
| XYZ | 17.48 | 15.53 | 13.14 | - |
| YUV | 111.5 | 119.25 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 100 | 96 | 0 | 0.29 | 0.31 | 0.45 | 5.45 | 0.19 | 0.46 |
| Hex | 8C | 64 | 60 | 0 | 1D | 1F | 2D | 5 | 13 | 2E |
| Octal | 214 | 144 | 140 | 0 | 35 | 37 | 55 | 5 | 23 | 56 |
| Binary | 10001100 | 1100100 | 1100000 | 0 | 11101 | 11111 | 101101 | 101 | 10011 | 101110 |
Color Harmonies of #8C6460
Complementary color
Monochromatic Colors of #8C6460
Black with #8C6460
Text Example
Text Example
White with #8C6460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6460; }
p { color: rgb(140,100,96); }
H1.HeaderClassName
{
color: #8C6460;
}
.AnyTagClassName
{
color: #8C6460;
}
</style>
background-color css
<style>
a { background-color: #8C6460; }
a { background-color: rgb(140,100,96); }
div.DivClassName
{
background-color: #8C6460;
}
.BgClassName
{
background-color: #8C6460;
}
</style>
border-color css
<style>
span { border-color: #8C6460; }
span { border-color: rgb(140,100,96); }
td.TdClassName
{
border-color: #8C6460;
}
.TagClassName
{
border-color: #8C6460;
}
</style>