Shades of Pharlap #846865
Tints of Pharlap #846865
RGB
CMYK
RGB Variations
Color information
#846865 (or 0x846865) is known color: Pharlap. HEX triplet: 84, 68 and 65. RGB value is (132,104,101). Sum of RGB (Red+Green+Blue) = 132+104+101=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 101 (39.84% from 255 or 29.97% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #846865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846865 is #7B979A. Grayscale: #707070. Windows color (decimal): -8099739 or 6645892. OLE color: 6645892.
HSL color Cylindrical-coordinate representation of color #846865: hue angle of 5.81º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #846865 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 104 | 101 | - |
| CMYK | 0 | 0.21 | 0.23 | 0.48 |
| HSL | 5.81º | 0.13% | 0.46% | - |
| HSV(B) | 5.81º | 0.23% | 0.52% | - |
| XYZ | 16.82 | 15.75 | 14.46 | - |
| YUV | 112.03 | 121.78 | 142.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 101 | 0 | 0.21 | 0.23 | 0.48 | 5.81 | 0.13 | 0.46 |
| Hex | 84 | 68 | 65 | 0 | 15 | 17 | 30 | 6 | D | 2E |
| Octal | 204 | 150 | 145 | 0 | 25 | 27 | 60 | 6 | 15 | 56 |
| Binary | 10000100 | 1101000 | 1100101 | 0 | 10101 | 10111 | 110000 | 110 | 1101 | 101110 |
Color Harmonies of #846865
Complementary color
Monochromatic Colors of #846865
Black with #846865
Text Example
Text Example
White with #846865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846865; }
p { color: rgb(132,104,101); }
H1.HeaderClassName
{
color: #846865;
}
.AnyTagClassName
{
color: #846865;
}
</style>
background-color css
<style>
a { background-color: #846865; }
a { background-color: rgb(132,104,101); }
div.DivClassName
{
background-color: #846865;
}
.BgClassName
{
background-color: #846865;
}
</style>
border-color css
<style>
span { border-color: #846865; }
span { border-color: rgb(132,104,101); }
td.TdClassName
{
border-color: #846865;
}
.TagClassName
{
border-color: #846865;
}
</style>