Shades of Pharlap #826863
Tints of Pharlap #826863
RGB
CMYK
RGB Variations
Color information
#826863 (or 0x826863) is known color: Pharlap. HEX triplet: 82, 68 and 63. RGB value is (130,104,99). Sum of RGB (Red+Green+Blue) = 130+104+99=333 (44% of max value = 765). Red value is 130 (51.17% from 255 or 39.04% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 130 - color contains mainly: red. Hex color #826863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826863 is #7D979C. Grayscale: #6F6F6F. Windows color (decimal): -8230813 or 6514818. OLE color: 6514818.
HSL color Cylindrical-coordinate representation of color #826863: hue angle of 9.68º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #826863 is Cyan = 0, Magento = 0.2, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 104 | 99 | - |
| CMYK | 0 | 0.2 | 0.24 | 0.49 |
| HSL | 9.68º | 0.14% | 0.45% | - |
| HSV(B) | 9.68º | 0.24% | 0.51% | - |
| XYZ | 16.41 | 15.55 | 13.94 | - |
| YUV | 111.2 | 121.11 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 104 | 99 | 0 | 0.2 | 0.24 | 0.49 | 9.68 | 0.14 | 0.45 |
| Hex | 82 | 68 | 63 | 0 | 14 | 18 | 31 | A | E | 2D |
| Octal | 202 | 150 | 143 | 0 | 24 | 30 | 61 | 12 | 16 | 55 |
| Binary | 10000010 | 1101000 | 1100011 | 0 | 10100 | 11000 | 110001 | 1010 | 1110 | 101101 |
Color Harmonies of #826863
Complementary color
Monochromatic Colors of #826863
Black with #826863
Text Example
Text Example
White with #826863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826863; }
p { color: rgb(130,104,99); }
H1.HeaderClassName
{
color: #826863;
}
.AnyTagClassName
{
color: #826863;
}
</style>
background-color css
<style>
a { background-color: #826863; }
a { background-color: rgb(130,104,99); }
div.DivClassName
{
background-color: #826863;
}
.BgClassName
{
background-color: #826863;
}
</style>
border-color css
<style>
span { border-color: #826863; }
span { border-color: rgb(130,104,99); }
td.TdClassName
{
border-color: #826863;
}
.TagClassName
{
border-color: #826863;
}
</style>