Shades of Pharlap #86675F
Tints of Pharlap #86675F
RGB
CMYK
RGB Variations
Color information
#86675F (or 0x86675F) is known color: Pharlap. HEX triplet: 86, 67 and 5F. RGB value is (134,103,95). Sum of RGB (Red+Green+Blue) = 134+103+95=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 103 (40.62% from 255 or 31.02% from 332); Blue value is 95 (37.5% from 255 or 28.61% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #86675F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86675F is #7998A0. Grayscale: #6F6F6F. Windows color (decimal): -7968929 or 6252422. OLE color: 6252422.
HSL color Cylindrical-coordinate representation of color #86675F: hue angle of 12.31º 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 #86675F is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 103 | 95 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.47 |
| HSL | 12.31º | 0.17% | 0.45% | - |
| HSV(B) | 12.31º | 0.29% | 0.53% | - |
| XYZ | 16.75 | 15.6 | 12.95 | - |
| YUV | 111.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 103 | 95 | 0 | 0.23 | 0.29 | 0.47 | 12.31 | 0.17 | 0.45 |
| Hex | 86 | 67 | 5F | 0 | 17 | 1D | 2F | C | 11 | 2D |
| Octal | 206 | 147 | 137 | 0 | 27 | 35 | 57 | 14 | 21 | 55 |
| Binary | 10000110 | 1100111 | 1011111 | 0 | 10111 | 11101 | 101111 | 1100 | 10001 | 101101 |
Color Harmonies of #86675F
Complementary color
Monochromatic Colors of #86675F
Black with #86675F
Text Example
Text Example
White with #86675F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86675F; }
p { color: rgb(134,103,95); }
H1.HeaderClassName
{
color: #86675F;
}
.AnyTagClassName
{
color: #86675F;
}
</style>
background-color css
<style>
a { background-color: #86675F; }
a { background-color: rgb(134,103,95); }
div.DivClassName
{
background-color: #86675F;
}
.BgClassName
{
background-color: #86675F;
}
</style>
border-color css
<style>
span { border-color: #86675F; }
span { border-color: rgb(134,103,95); }
td.TdClassName
{
border-color: #86675F;
}
.TagClassName
{
border-color: #86675F;
}
</style>