Shades of Pharlap #856C65
Tints of Pharlap #856C65
RGB
CMYK
RGB Variations
Color information
#856C65 (or 0x856C65) is known color: Pharlap. HEX triplet: 85, 6C and 65. RGB value is (133,108,101). Sum of RGB (Red+Green+Blue) = 133+108+101=342 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.89% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 133 - color contains mainly: red. Hex color #856C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856C65 is #7A939A. Grayscale: #727272. Windows color (decimal): -8033179 or 6646917. OLE color: 6646917.
HSL color Cylindrical-coordinate representation of color #856C65: hue angle of 13.12º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856C65 is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 108 | 101 | - |
| CMYK | 0 | 0.19 | 0.24 | 0.48 |
| HSL | 13.13º | 0.14% | 0.46% | - |
| HSV(B) | 13.13º | 0.24% | 0.52% | - |
| XYZ | 17.38 | 16.65 | 14.61 | - |
| YUV | 114.68 | 120.28 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 101 | 0 | 0.19 | 0.24 | 0.48 | 13.13 | 0.14 | 0.46 |
| Hex | 85 | 6C | 65 | 0 | 13 | 18 | 30 | D | E | 2E |
| Octal | 205 | 154 | 145 | 0 | 23 | 30 | 60 | 15 | 16 | 56 |
| Binary | 10000101 | 1101100 | 1100101 | 0 | 10011 | 11000 | 110000 | 1101 | 1110 | 101110 |
Color Harmonies of #856C65
Complementary color
Monochromatic Colors of #856C65
Black with #856C65
Text Example
Text Example
White with #856C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C65; }
p { color: rgb(133,108,101); }
H1.HeaderClassName
{
color: #856C65;
}
.AnyTagClassName
{
color: #856C65;
}
</style>
background-color css
<style>
a { background-color: #856C65; }
a { background-color: rgb(133,108,101); }
div.DivClassName
{
background-color: #856C65;
}
.BgClassName
{
background-color: #856C65;
}
</style>
border-color css
<style>
span { border-color: #856C65; }
span { border-color: rgb(133,108,101); }
td.TdClassName
{
border-color: #856C65;
}
.TagClassName
{
border-color: #856C65;
}
</style>