Shades of Pharlap #8B655D
Tints of Pharlap #8B655D
RGB
CMYK
RGB Variations
Color information
#8B655D (or 0x8B655D) is known color: Pharlap. HEX triplet: 8B, 65 and 5D. RGB value is (139,101,93). Sum of RGB (Red+Green+Blue) = 139+101+93=333 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.74% from 333); Green value is 101 (39.84% from 255 or 30.33% from 333); Blue value is 93 (36.72% from 255 or 27.93% from 333); Max value from RGB is 139 - color contains mainly: red. Hex color #8B655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B655D is #749AA2. Grayscale: #6F6F6F. Windows color (decimal): -7641763 or 6120843. OLE color: 6120843.
HSL color Cylindrical-coordinate representation of color #8B655D: hue angle of 10.43º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8B655D is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 101 | 93 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.45 |
| HSL | 10.43º | 0.2% | 0.45% | - |
| HSV(B) | 10.43º | 0.33% | 0.55% | - |
| XYZ | 17.28 | 15.59 | 12.45 | - |
| YUV | 111.45 | 117.59 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 93 | 0 | 0.27 | 0.33 | 0.45 | 10.43 | 0.2 | 0.45 |
| Hex | 8B | 65 | 5D | 0 | 1B | 21 | 2D | A | 14 | 2D |
| Octal | 213 | 145 | 135 | 0 | 33 | 41 | 55 | 12 | 24 | 55 |
| Binary | 10001011 | 1100101 | 1011101 | 0 | 11011 | 100001 | 101101 | 1010 | 10100 | 101101 |
Color Harmonies of #8B655D
Complementary color
Monochromatic Colors of #8B655D
Black with #8B655D
Text Example
Text Example
White with #8B655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B655D; }
p { color: rgb(139,101,93); }
H1.HeaderClassName
{
color: #8B655D;
}
.AnyTagClassName
{
color: #8B655D;
}
</style>
background-color css
<style>
a { background-color: #8B655D; }
a { background-color: rgb(139,101,93); }
div.DivClassName
{
background-color: #8B655D;
}
.BgClassName
{
background-color: #8B655D;
}
</style>
border-color css
<style>
span { border-color: #8B655D; }
span { border-color: rgb(139,101,93); }
td.TdClassName
{
border-color: #8B655D;
}
.TagClassName
{
border-color: #8B655D;
}
</style>