Shades of Pharlap #8B655E
Tints of Pharlap #8B655E
RGB
CMYK
RGB Variations
Color information
#8B655E (or 0x8B655E) is known color: Pharlap. HEX triplet: 8B, 65 and 5E. RGB value is (139,101,94). Sum of RGB (Red+Green+Blue) = 139+101+94=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 101 (39.84% from 255 or 30.24% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 139 - color contains mainly: red. Hex color #8B655E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B655E is #749AA1. Grayscale: #6F6F6F. Windows color (decimal): -7641762 or 6186379. OLE color: 6186379.
HSL color Cylindrical-coordinate representation of color #8B655E: hue angle of 9.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B655E is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 94 | - |
| CMYK | 0 | 0.27 | 0.32 | 0.45 |
| HSL | 9.33º | 0.19% | 0.46% | - |
| HSV(B) | 9.33º | 0.32% | 0.55% | - |
| XYZ | 17.32 | 15.6 | 12.69 | - |
| YUV | 111.56 | 118.09 | 147.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 94 | 0 | 0.27 | 0.32 | 0.45 | 9.33 | 0.19 | 0.46 |
| Hex | 8B | 65 | 5E | 0 | 1B | 20 | 2D | 9 | 13 | 2E |
| Octal | 213 | 145 | 136 | 0 | 33 | 40 | 55 | 11 | 23 | 56 |
| Binary | 10001011 | 1100101 | 1011110 | 0 | 11011 | 100000 | 101101 | 1001 | 10011 | 101110 |
Color Harmonies of #8B655E
Complementary color
Monochromatic Colors of #8B655E
Black with #8B655E
Text Example
Text Example
White with #8B655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B655E; }
p { color: rgb(139,101,94); }
H1.HeaderClassName
{
color: #8B655E;
}
.AnyTagClassName
{
color: #8B655E;
}
</style>
background-color css
<style>
a { background-color: #8B655E; }
a { background-color: rgb(139,101,94); }
div.DivClassName
{
background-color: #8B655E;
}
.BgClassName
{
background-color: #8B655E;
}
</style>
border-color css
<style>
span { border-color: #8B655E; }
span { border-color: rgb(139,101,94); }
td.TdClassName
{
border-color: #8B655E;
}
.TagClassName
{
border-color: #8B655E;
}
</style>