Shades of Pharlap #856D66
Tints of Pharlap #856D66
RGB
CMYK
RGB Variations
Color information
#856D66 (or 0x856D66) is known color: Pharlap. HEX triplet: 85, 6D and 66. RGB value is (133,109,102). Sum of RGB (Red+Green+Blue) = 133+109+102=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #856D66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856D66 is #7A9299. Grayscale: #737373. Windows color (decimal): -8032922 or 6712709. OLE color: 6712709.
HSL color Cylindrical-coordinate representation of color #856D66: hue angle of 13.55º 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 #856D66 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 109 | 102 | - |
| CMYK | 0 | 0.18 | 0.23 | 0.48 |
| HSL | 13.55º | 0.13% | 0.46% | - |
| HSV(B) | 13.55º | 0.23% | 0.52% | - |
| XYZ | 17.54 | 16.88 | 14.9 | - |
| YUV | 115.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 109 | 102 | 0 | 0.18 | 0.23 | 0.48 | 13.55 | 0.13 | 0.46 |
| Hex | 85 | 6D | 66 | 0 | 12 | 17 | 30 | E | D | 2E |
| Octal | 205 | 155 | 146 | 0 | 22 | 27 | 60 | 16 | 15 | 56 |
| Binary | 10000101 | 1101101 | 1100110 | 0 | 10010 | 10111 | 110000 | 1110 | 1101 | 101110 |
Color Harmonies of #856D66
Complementary color
Monochromatic Colors of #856D66
Black with #856D66
Text Example
Text Example
White with #856D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856D66; }
p { color: rgb(133,109,102); }
H1.HeaderClassName
{
color: #856D66;
}
.AnyTagClassName
{
color: #856D66;
}
</style>
background-color css
<style>
a { background-color: #856D66; }
a { background-color: rgb(133,109,102); }
div.DivClassName
{
background-color: #856D66;
}
.BgClassName
{
background-color: #856D66;
}
</style>
border-color css
<style>
span { border-color: #856D66; }
span { border-color: rgb(133,109,102); }
td.TdClassName
{
border-color: #856D66;
}
.TagClassName
{
border-color: #856D66;
}
</style>