Shades of Pharlap #86655D
Tints of Pharlap #86655D
RGB
CMYK
RGB Variations
Color information
#86655D (or 0x86655D) is known color: Pharlap. HEX triplet: 86, 65 and 5D. RGB value is (134,101,93). Sum of RGB (Red+Green+Blue) = 134+101+93=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86655D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86655D is #799AA2. Grayscale: #6E6E6E. Windows color (decimal): -7969443 or 6120838. OLE color: 6120838.
HSL color Cylindrical-coordinate representation of color #86655D: hue angle of 11.71º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86655D is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 101 | 93 | - |
| CMYK | 0 | 0.25 | 0.31 | 0.47 |
| HSL | 11.71º | 0.18% | 0.45% | - |
| HSV(B) | 11.71º | 0.31% | 0.53% | - |
| XYZ | 16.46 | 15.17 | 12.42 | - |
| YUV | 109.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 101 | 93 | 0 | 0.25 | 0.31 | 0.47 | 11.71 | 0.18 | 0.45 |
| Hex | 86 | 65 | 5D | 0 | 19 | 1F | 2F | C | 12 | 2D |
| Octal | 206 | 145 | 135 | 0 | 31 | 37 | 57 | 14 | 22 | 55 |
| Binary | 10000110 | 1100101 | 1011101 | 0 | 11001 | 11111 | 101111 | 1100 | 10010 | 101101 |
Color Harmonies of #86655D
Complementary color
Monochromatic Colors of #86655D
Black with #86655D
Text Example
Text Example
White with #86655D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86655D; }
p { color: rgb(134,101,93); }
H1.HeaderClassName
{
color: #86655D;
}
.AnyTagClassName
{
color: #86655D;
}
</style>
background-color css
<style>
a { background-color: #86655D; }
a { background-color: rgb(134,101,93); }
div.DivClassName
{
background-color: #86655D;
}
.BgClassName
{
background-color: #86655D;
}
</style>
border-color css
<style>
span { border-color: #86655D; }
span { border-color: rgb(134,101,93); }
td.TdClassName
{
border-color: #86655D;
}
.TagClassName
{
border-color: #86655D;
}
</style>