Shades of Pharlap #8B6862
Tints of Pharlap #8B6862
RGB
CMYK
RGB Variations
Color information
#8B6862 (or 0x8B6862) is known color: Pharlap. HEX triplet: 8B, 68 and 62. RGB value is (139,104,98). Sum of RGB (Red+Green+Blue) = 139+104+98=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 98 (38.67% from 255 or 28.74% from 341); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6862 is #74979D. Grayscale: #717171. Windows color (decimal): -7640990 or 6449291. OLE color: 6449291.
HSL color Cylindrical-coordinate representation of color #8B6862: hue angle of 8.78º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6862 is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 104 | 98 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.45 |
| HSL | 8.78º | 0.17% | 0.46% | - |
| HSV(B) | 8.78º | 0.29% | 0.55% | - |
| XYZ | 17.8 | 16.27 | 13.76 | - |
| YUV | 113.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 104 | 98 | 0 | 0.25 | 0.29 | 0.45 | 8.78 | 0.17 | 0.46 |
| Hex | 8B | 68 | 62 | 0 | 19 | 1D | 2D | 9 | 11 | 2E |
| Octal | 213 | 150 | 142 | 0 | 31 | 35 | 55 | 11 | 21 | 56 |
| Binary | 10001011 | 1101000 | 1100010 | 0 | 11001 | 11101 | 101101 | 1001 | 10001 | 101110 |
Color Harmonies of #8B6862
Complementary color
Monochromatic Colors of #8B6862
Black with #8B6862
Text Example
Text Example
White with #8B6862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6862; }
p { color: rgb(139,104,98); }
H1.HeaderClassName
{
color: #8B6862;
}
.AnyTagClassName
{
color: #8B6862;
}
</style>
background-color css
<style>
a { background-color: #8B6862; }
a { background-color: rgb(139,104,98); }
div.DivClassName
{
background-color: #8B6862;
}
.BgClassName
{
background-color: #8B6862;
}
</style>
border-color css
<style>
span { border-color: #8B6862; }
span { border-color: rgb(139,104,98); }
td.TdClassName
{
border-color: #8B6862;
}
.TagClassName
{
border-color: #8B6862;
}
</style>