Shades of Pharlap #806D68
Tints of Pharlap #806D68
RGB
CMYK
RGB Variations
Color information
#806D68 (or 0x806D68) is known color: Pharlap. HEX triplet: 80, 6D and 68. RGB value is (128,109,104). Sum of RGB (Red+Green+Blue) = 128+109+104=341 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.54% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 128 - color contains mainly: red. Hex color #806D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806D68 is #7F9297. Grayscale: #727272. Windows color (decimal): -8360600 or 6843776. OLE color: 6843776.
HSL color Cylindrical-coordinate representation of color #806D68: hue angle of 12.5º degrees, saturation: 0.1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #806D68 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 109 | 104 | - |
| CMYK | 0 | 0.15 | 0.19 | 0.50 |
| HSL | 12.5º | 0.1% | 0.45% | - |
| HSV(B) | 12.5º | 0.19% | 0.5% | - |
| XYZ | 16.87 | 16.53 | 15.4 | - |
| YUV | 114.11 | 122.29 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 104 | 0 | 0.15 | 0.19 | 0.50 | 12.5 | 0.1 | 0.45 |
| Hex | 80 | 6D | 68 | 0 | F | 13 | 32 | C | A | 2D |
| Octal | 200 | 155 | 150 | 0 | 17 | 23 | 62 | 14 | 12 | 55 |
| Binary | 10000000 | 1101101 | 1101000 | 0 | 1111 | 10011 | 110010 | 1100 | 1010 | 101101 |
Color Harmonies of #806D68
Complementary color
Monochromatic Colors of #806D68
Black with #806D68
Text Example
Text Example
White with #806D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D68; }
p { color: rgb(128,109,104); }
H1.HeaderClassName
{
color: #806D68;
}
.AnyTagClassName
{
color: #806D68;
}
</style>
background-color css
<style>
a { background-color: #806D68; }
a { background-color: rgb(128,109,104); }
div.DivClassName
{
background-color: #806D68;
}
.BgClassName
{
background-color: #806D68;
}
</style>
border-color css
<style>
span { border-color: #806D68; }
span { border-color: rgb(128,109,104); }
td.TdClassName
{
border-color: #806D68;
}
.TagClassName
{
border-color: #806D68;
}
</style>