Shades of Pharlap #806C68
Tints of Pharlap #806C68
RGB
CMYK
RGB Variations
Color information
#806C68 (or 0x806C68) is known color: Pharlap. HEX triplet: 80, 6C and 68. RGB value is (128,108,104). Sum of RGB (Red+Green+Blue) = 128+108+104=340 (45% of max value = 765). Red value is 128 (50.39% from 255 or 37.65% from 340); Green value is 108 (42.58% from 255 or 31.76% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 128 - color contains mainly: red. Hex color #806C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806C68 is #7F9397. Grayscale: #717171. Windows color (decimal): -8360856 or 6843520. OLE color: 6843520.
HSL color Cylindrical-coordinate representation of color #806C68: hue angle of 10º 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 #806C68 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 108 | 104 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.50 |
| HSL | 10º | 0.1% | 0.45% | - |
| HSV(B) | 10º | 0.19% | 0.5% | - |
| XYZ | 16.76 | 16.31 | 15.36 | - |
| YUV | 113.52 | 122.63 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 108 | 104 | 0 | 0.16 | 0.19 | 0.50 | 10 | 0.1 | 0.45 |
| Hex | 80 | 6C | 68 | 0 | 10 | 13 | 32 | A | A | 2D |
| Octal | 200 | 154 | 150 | 0 | 20 | 23 | 62 | 12 | 12 | 55 |
| Binary | 10000000 | 1101100 | 1101000 | 0 | 10000 | 10011 | 110010 | 1010 | 1010 | 101101 |
Color Harmonies of #806C68
Complementary color
Monochromatic Colors of #806C68
Black with #806C68
Text Example
Text Example
White with #806C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806C68; }
p { color: rgb(128,108,104); }
H1.HeaderClassName
{
color: #806C68;
}
.AnyTagClassName
{
color: #806C68;
}
</style>
background-color css
<style>
a { background-color: #806C68; }
a { background-color: rgb(128,108,104); }
div.DivClassName
{
background-color: #806C68;
}
.BgClassName
{
background-color: #806C68;
}
</style>
border-color css
<style>
span { border-color: #806C68; }
span { border-color: rgb(128,108,104); }
td.TdClassName
{
border-color: #806C68;
}
.TagClassName
{
border-color: #806C68;
}
</style>