Shades of Pharlap #846863
Tints of Pharlap #846863
RGB
CMYK
RGB Variations
Color information
#846863 (or 0x846863) is known color: Pharlap. HEX triplet: 84, 68 and 63. RGB value is (132,104,99). Sum of RGB (Red+Green+Blue) = 132+104+99=335 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.40% from 335); Green value is 104 (41.02% from 255 or 31.04% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 132 - color contains mainly: red. Hex color #846863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846863 is #7B979C. Grayscale: #6F6F6F. Windows color (decimal): -8099741 or 6514820. OLE color: 6514820.
HSL color Cylindrical-coordinate representation of color #846863: hue angle of 9.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846863 is Cyan = 0, Magento = 0.21, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 99 | - |
| CMYK | 0 | 0.21 | 0.25 | 0.48 |
| HSL | 9.09º | 0.14% | 0.45% | - |
| HSV(B) | 9.09º | 0.25% | 0.52% | - |
| XYZ | 16.72 | 15.71 | 13.95 | - |
| YUV | 111.8 | 120.78 | 142.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 99 | 0 | 0.21 | 0.25 | 0.48 | 9.09 | 0.14 | 0.45 |
| Hex | 84 | 68 | 63 | 0 | 15 | 19 | 30 | 9 | E | 2D |
| Octal | 204 | 150 | 143 | 0 | 25 | 31 | 60 | 11 | 16 | 55 |
| Binary | 10000100 | 1101000 | 1100011 | 0 | 10101 | 11001 | 110000 | 1001 | 1110 | 101101 |
Color Harmonies of #846863
Complementary color
Monochromatic Colors of #846863
Black with #846863
Text Example
Text Example
White with #846863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846863; }
p { color: rgb(132,104,99); }
H1.HeaderClassName
{
color: #846863;
}
.AnyTagClassName
{
color: #846863;
}
</style>
background-color css
<style>
a { background-color: #846863; }
a { background-color: rgb(132,104,99); }
div.DivClassName
{
background-color: #846863;
}
.BgClassName
{
background-color: #846863;
}
</style>
border-color css
<style>
span { border-color: #846863; }
span { border-color: rgb(132,104,99); }
td.TdClassName
{
border-color: #846863;
}
.TagClassName
{
border-color: #846863;
}
</style>