Shades of Pharlap #846563
Tints of Pharlap #846563
RGB
CMYK
RGB Variations
Color information
#846563 (or 0x846563) is known color: Pharlap. HEX triplet: 84, 65 and 63. RGB value is (132,101,99). Sum of RGB (Red+Green+Blue) = 132+101+99=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 101 (39.84% from 255 or 30.42% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #846563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846563 is #7B9A9C. Grayscale: #6E6E6E. Windows color (decimal): -8100509 or 6514052. OLE color: 6514052.
HSL color Cylindrical-coordinate representation of color #846563: hue angle of 3.64º 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 #846563 is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 101 | 99 | - |
| CMYK | 0 | 0.23 | 0.25 | 0.48 |
| HSL | 3.64º | 0.14% | 0.45% | - |
| HSV(B) | 3.64º | 0.25% | 0.52% | - |
| XYZ | 16.42 | 15.11 | 13.86 | - |
| YUV | 110.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 99 | 0 | 0.23 | 0.25 | 0.48 | 3.64 | 0.14 | 0.45 |
| Hex | 84 | 65 | 63 | 0 | 17 | 19 | 30 | 4 | E | 2D |
| Octal | 204 | 145 | 143 | 0 | 27 | 31 | 60 | 4 | 16 | 55 |
| Binary | 10000100 | 1100101 | 1100011 | 0 | 10111 | 11001 | 110000 | 100 | 1110 | 101101 |
Color Harmonies of #846563
Complementary color
Monochromatic Colors of #846563
Black with #846563
Text Example
Text Example
White with #846563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846563; }
p { color: rgb(132,101,99); }
H1.HeaderClassName
{
color: #846563;
}
.AnyTagClassName
{
color: #846563;
}
</style>
background-color css
<style>
a { background-color: #846563; }
a { background-color: rgb(132,101,99); }
div.DivClassName
{
background-color: #846563;
}
.BgClassName
{
background-color: #846563;
}
</style>
border-color css
<style>
span { border-color: #846563; }
span { border-color: rgb(132,101,99); }
td.TdClassName
{
border-color: #846563;
}
.TagClassName
{
border-color: #846563;
}
</style>