Shades of Pharlap #856B65
Tints of Pharlap #856B65
RGB
CMYK
RGB Variations
Color information
#856B65 (or 0x856B65) is known color: Pharlap. HEX triplet: 85, 6B and 65. RGB value is (133,107,101). Sum of RGB (Red+Green+Blue) = 133+107+101=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 107 (42.19% from 255 or 31.38% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #856B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856B65 is #7A949A. Grayscale: #727272. Windows color (decimal): -8033435 or 6646661. OLE color: 6646661.
HSL color Cylindrical-coordinate representation of color #856B65: hue angle of 11.25º 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 #856B65 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 107 | 101 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.48 |
| HSL | 11.25º | 0.14% | 0.46% | - |
| HSV(B) | 11.25º | 0.24% | 0.52% | - |
| XYZ | 17.28 | 16.44 | 14.57 | - |
| YUV | 114.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 107 | 101 | 0 | 0.20 | 0.24 | 0.48 | 11.25 | 0.14 | 0.46 |
| Hex | 85 | 6B | 65 | 0 | 14 | 18 | 30 | B | E | 2E |
| Octal | 205 | 153 | 145 | 0 | 24 | 30 | 60 | 13 | 16 | 56 |
| Binary | 10000101 | 1101011 | 1100101 | 0 | 10100 | 11000 | 110000 | 1011 | 1110 | 101110 |
Color Harmonies of #856B65
Complementary color
Monochromatic Colors of #856B65
Black with #856B65
Text Example
Text Example
White with #856B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856B65; }
p { color: rgb(133,107,101); }
H1.HeaderClassName
{
color: #856B65;
}
.AnyTagClassName
{
color: #856B65;
}
</style>
background-color css
<style>
a { background-color: #856B65; }
a { background-color: rgb(133,107,101); }
div.DivClassName
{
background-color: #856B65;
}
.BgClassName
{
background-color: #856B65;
}
</style>
border-color css
<style>
span { border-color: #856B65; }
span { border-color: rgb(133,107,101); }
td.TdClassName
{
border-color: #856B65;
}
.TagClassName
{
border-color: #856B65;
}
</style>