Shades of Pharlap #886961
Tints of Pharlap #886961
RGB
CMYK
RGB Variations
Color information
#886961 (or 0x886961) is known color: Pharlap. HEX triplet: 88, 69 and 61. RGB value is (136,105,97). Sum of RGB (Red+Green+Blue) = 136+105+97=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 97 (38.28% from 255 or 28.70% from 338); Max value from RGB is 136 - color contains mainly: red. Hex color #886961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #886961 is #77969E. Grayscale: #717171. Windows color (decimal): -7837343 or 6384008. OLE color: 6384008.
HSL color Cylindrical-coordinate representation of color #886961: hue angle of 12.31º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #886961 is Cyan = 0, Magento = 0.23, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 105 | 97 | - |
| CMYK | 0 | 0.23 | 0.29 | 0.47 |
| HSL | 12.31º | 0.17% | 0.46% | - |
| HSV(B) | 12.31º | 0.29% | 0.53% | - |
| XYZ | 17.36 | 16.2 | 13.52 | - |
| YUV | 113.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 97 | 0 | 0.23 | 0.29 | 0.47 | 12.31 | 0.17 | 0.46 |
| Hex | 88 | 69 | 61 | 0 | 17 | 1D | 2F | C | 11 | 2E |
| Octal | 210 | 151 | 141 | 0 | 27 | 35 | 57 | 14 | 21 | 56 |
| Binary | 10001000 | 1101001 | 1100001 | 0 | 10111 | 11101 | 101111 | 1100 | 10001 | 101110 |
Color Harmonies of #886961
Complementary color
Monochromatic Colors of #886961
Black with #886961
Text Example
Text Example
White with #886961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #886961; }
p { color: rgb(136,105,97); }
H1.HeaderClassName
{
color: #886961;
}
.AnyTagClassName
{
color: #886961;
}
</style>
background-color css
<style>
a { background-color: #886961; }
a { background-color: rgb(136,105,97); }
div.DivClassName
{
background-color: #886961;
}
.BgClassName
{
background-color: #886961;
}
</style>
border-color css
<style>
span { border-color: #886961; }
span { border-color: rgb(136,105,97); }
td.TdClassName
{
border-color: #886961;
}
.TagClassName
{
border-color: #886961;
}
</style>