Shades of Pharlap #856864
Tints of Pharlap #856864
RGB
CMYK
RGB Variations
Color information
#856864 (or 0x856864) is known color: Pharlap. HEX triplet: 85, 68 and 64. RGB value is (133,104,100). Sum of RGB (Red+Green+Blue) = 133+104+100=337 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.47% from 337); Green value is 104 (41.02% from 255 or 30.86% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 133 - color contains mainly: red. Hex color #856864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856864 is #7A979B. Grayscale: #707070. Windows color (decimal): -8034204 or 6580357. OLE color: 6580357.
HSL color Cylindrical-coordinate representation of color #856864: hue angle of 7.27º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #856864 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 100 | - |
| CMYK | 0 | 0.22 | 0.25 | 0.48 |
| HSL | 7.27º | 0.14% | 0.46% | - |
| HSV(B) | 7.27º | 0.25% | 0.52% | - |
| XYZ | 16.92 | 15.81 | 14.22 | - |
| YUV | 112.22 | 121.11 | 142.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 100 | 0 | 0.22 | 0.25 | 0.48 | 7.27 | 0.14 | 0.46 |
| Hex | 85 | 68 | 64 | 0 | 16 | 19 | 30 | 7 | E | 2E |
| Octal | 205 | 150 | 144 | 0 | 26 | 31 | 60 | 7 | 16 | 56 |
| Binary | 10000101 | 1101000 | 1100100 | 0 | 10110 | 11001 | 110000 | 111 | 1110 | 101110 |
Color Harmonies of #856864
Complementary color
Monochromatic Colors of #856864
Black with #856864
Text Example
Text Example
White with #856864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856864; }
p { color: rgb(133,104,100); }
H1.HeaderClassName
{
color: #856864;
}
.AnyTagClassName
{
color: #856864;
}
</style>
background-color css
<style>
a { background-color: #856864; }
a { background-color: rgb(133,104,100); }
div.DivClassName
{
background-color: #856864;
}
.BgClassName
{
background-color: #856864;
}
</style>
border-color css
<style>
span { border-color: #856864; }
span { border-color: rgb(133,104,100); }
td.TdClassName
{
border-color: #856864;
}
.TagClassName
{
border-color: #856864;
}
</style>