Shades of Pharlap #86605B
Tints of Pharlap #86605B
RGB
CMYK
RGB Variations
Color information
#86605B (or 0x86605B) is known color: Pharlap. HEX triplet: 86, 60 and 5B. RGB value is (134,96,91). Sum of RGB (Red+Green+Blue) = 134+96+91=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 134 - color contains mainly: red. Hex color #86605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #86605B is #799FA4. Grayscale: #6A6A6A. Windows color (decimal): -7970725 or 5988486. OLE color: 5988486.
HSL color Cylindrical-coordinate representation of color #86605B: hue angle of 6.98º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86605B is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 96 | 91 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.47 |
| HSL | 6.98º | 0.19% | 0.44% | - |
| HSV(B) | 6.98º | 0.32% | 0.53% | - |
| XYZ | 15.9 | 14.19 | 11.8 | - |
| YUV | 106.79 | 119.09 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 96 | 91 | 0 | 0.28 | 0.32 | 0.47 | 6.98 | 0.19 | 0.44 |
| Hex | 86 | 60 | 5B | 0 | 1C | 20 | 2F | 7 | 13 | 2C |
| Octal | 206 | 140 | 133 | 0 | 34 | 40 | 57 | 7 | 23 | 54 |
| Binary | 10000110 | 1100000 | 1011011 | 0 | 11100 | 100000 | 101111 | 111 | 10011 | 101100 |
Color Harmonies of #86605B
Complementary color
Monochromatic Colors of #86605B
Black with #86605B
Text Example
Text Example
White with #86605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86605B; }
p { color: rgb(134,96,91); }
H1.HeaderClassName
{
color: #86605B;
}
.AnyTagClassName
{
color: #86605B;
}
</style>
background-color css
<style>
a { background-color: #86605B; }
a { background-color: rgb(134,96,91); }
div.DivClassName
{
background-color: #86605B;
}
.BgClassName
{
background-color: #86605B;
}
</style>
border-color css
<style>
span { border-color: #86605B; }
span { border-color: rgb(134,96,91); }
td.TdClassName
{
border-color: #86605B;
}
.TagClassName
{
border-color: #86605B;
}
</style>