Shades of Pharlap #86635F
Tints of Pharlap #86635F
RGB
CMYK
RGB Variations
Color information
#86635F (or 0x86635F) is known color: Pharlap. HEX triplet: 86, 63 and 5F. RGB value is (134,99,95). Sum of RGB (Red+Green+Blue) = 134+99+95=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 99 (39.06% from 255 or 30.18% from 328); Blue value is 95 (37.5% from 255 or 28.96% from 328); Max value from RGB is 134 - color contains mainly: red. Hex color #86635F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86635F is #799CA0. Grayscale: #6D6D6D. Windows color (decimal): -7969953 or 6251398. OLE color: 6251398.
HSL color Cylindrical-coordinate representation of color #86635F: hue angle of 6.15º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86635F is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 99 | 95 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.47 |
| HSL | 6.15º | 0.17% | 0.45% | - |
| HSV(B) | 6.15º | 0.29% | 0.53% | - |
| XYZ | 16.36 | 14.82 | 12.82 | - |
| YUV | 109.01 | 120.1 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 99 | 95 | 0 | 0.26 | 0.29 | 0.47 | 6.15 | 0.17 | 0.45 |
| Hex | 86 | 63 | 5F | 0 | 1A | 1D | 2F | 6 | 11 | 2D |
| Octal | 206 | 143 | 137 | 0 | 32 | 35 | 57 | 6 | 21 | 55 |
| Binary | 10000110 | 1100011 | 1011111 | 0 | 11010 | 11101 | 101111 | 110 | 10001 | 101101 |
Color Harmonies of #86635F
Complementary color
Monochromatic Colors of #86635F
Black with #86635F
Text Example
Text Example
White with #86635F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86635F; }
p { color: rgb(134,99,95); }
H1.HeaderClassName
{
color: #86635F;
}
.AnyTagClassName
{
color: #86635F;
}
</style>
background-color css
<style>
a { background-color: #86635F; }
a { background-color: rgb(134,99,95); }
div.DivClassName
{
background-color: #86635F;
}
.BgClassName
{
background-color: #86635F;
}
</style>
border-color css
<style>
span { border-color: #86635F; }
span { border-color: rgb(134,99,95); }
td.TdClassName
{
border-color: #86635F;
}
.TagClassName
{
border-color: #86635F;
}
</style>