Shades of Pharlap #806862
Tints of Pharlap #806862
RGB
CMYK
RGB Variations
Color information
#806862 (or 0x806862) is known color: Pharlap. HEX triplet: 80, 68 and 62. RGB value is (128,104,98). Sum of RGB (Red+Green+Blue) = 128+104+98=330 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.79% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 98 (38.67% from 255 or 29.70% from 330); Max value from RGB is 128 - color contains mainly: red. Hex color #806862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806862 is #7F979D. Grayscale: #6E6E6E. Windows color (decimal): -8361886 or 6449280. OLE color: 6449280.
HSL color Cylindrical-coordinate representation of color #806862: hue angle of 12º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806862 is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 104 | 98 | - |
| CMYK | 0 | 0.19 | 0.23 | 0.50 |
| HSL | 12º | 0.13% | 0.44% | - |
| HSV(B) | 12º | 0.23% | 0.5% | - |
| XYZ | 16.06 | 15.37 | 13.68 | - |
| YUV | 110.49 | 120.95 | 140.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 104 | 98 | 0 | 0.19 | 0.23 | 0.50 | 12 | 0.13 | 0.44 |
| Hex | 80 | 68 | 62 | 0 | 13 | 17 | 32 | C | D | 2C |
| Octal | 200 | 150 | 142 | 0 | 23 | 27 | 62 | 14 | 15 | 54 |
| Binary | 10000000 | 1101000 | 1100010 | 0 | 10011 | 10111 | 110010 | 1100 | 1101 | 101100 |
Color Harmonies of #806862
Complementary color
Monochromatic Colors of #806862
Black with #806862
Text Example
Text Example
White with #806862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806862; }
p { color: rgb(128,104,98); }
H1.HeaderClassName
{
color: #806862;
}
.AnyTagClassName
{
color: #806862;
}
</style>
background-color css
<style>
a { background-color: #806862; }
a { background-color: rgb(128,104,98); }
div.DivClassName
{
background-color: #806862;
}
.BgClassName
{
background-color: #806862;
}
</style>
border-color css
<style>
span { border-color: #806862; }
span { border-color: rgb(128,104,98); }
td.TdClassName
{
border-color: #806862;
}
.TagClassName
{
border-color: #806862;
}
</style>