Shades of Pharlap #816863
Tints of Pharlap #816863
RGB
CMYK
RGB Variations
Color information
#816863 (or 0x816863) is known color: Pharlap. HEX triplet: 81, 68 and 63. RGB value is (129,104,99). Sum of RGB (Red+Green+Blue) = 129+104+99=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 104 (41.02% from 255 or 31.33% from 332); Blue value is 99 (39.06% from 255 or 29.82% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #816863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816863 is #7E979C. Grayscale: #6E6E6E. Windows color (decimal): -8296349 or 6514817. OLE color: 6514817.
HSL color Cylindrical-coordinate representation of color #816863: hue angle of 10º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #816863 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 104 | 99 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.49 |
| HSL | 10º | 0.13% | 0.45% | - |
| HSV(B) | 10º | 0.23% | 0.51% | - |
| XYZ | 16.26 | 15.47 | 13.93 | - |
| YUV | 110.91 | 121.28 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 99 | 0 | 0.19 | 0.23 | 0.49 | 10 | 0.13 | 0.45 |
| Hex | 81 | 68 | 63 | 0 | 13 | 17 | 31 | A | D | 2D |
| Octal | 201 | 150 | 143 | 0 | 23 | 27 | 61 | 12 | 15 | 55 |
| Binary | 10000001 | 1101000 | 1100011 | 0 | 10011 | 10111 | 110001 | 1010 | 1101 | 101101 |
Color Harmonies of #816863
Complementary color
Monochromatic Colors of #816863
Black with #816863
Text Example
Text Example
White with #816863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816863; }
p { color: rgb(129,104,99); }
H1.HeaderClassName
{
color: #816863;
}
.AnyTagClassName
{
color: #816863;
}
</style>
background-color css
<style>
a { background-color: #816863; }
a { background-color: rgb(129,104,99); }
div.DivClassName
{
background-color: #816863;
}
.BgClassName
{
background-color: #816863;
}
</style>
border-color css
<style>
span { border-color: #816863; }
span { border-color: rgb(129,104,99); }
td.TdClassName
{
border-color: #816863;
}
.TagClassName
{
border-color: #816863;
}
</style>