Shades of Pharlap #806A64
Tints of Pharlap #806A64
RGB
CMYK
RGB Variations
Color information
#806A64 (or 0x806A64) is known color: Pharlap. HEX triplet: 80, 6A and 64. RGB value is (128,106,100). Sum of RGB (Red+Green+Blue) = 128+106+100=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #806A64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806A64 is #7F959B. Grayscale: #6F6F6F. Windows color (decimal): -8361372 or 6580864. OLE color: 6580864.
HSL color Cylindrical-coordinate representation of color #806A64: hue angle of 12.86º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #806A64 is Cyan = 0, Magento = 0.17, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 106 | 100 | - |
| CMYK | 0 | 0.17 | 0.22 | 0.50 |
| HSL | 12.86º | 0.12% | 0.45% | - |
| HSV(B) | 12.86º | 0.22% | 0.5% | - |
| XYZ | 16.36 | 15.82 | 14.25 | - |
| YUV | 111.89 | 121.29 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 100 | 0 | 0.17 | 0.22 | 0.50 | 12.86 | 0.12 | 0.45 |
| Hex | 80 | 6A | 64 | 0 | 11 | 16 | 32 | D | C | 2D |
| Octal | 200 | 152 | 144 | 0 | 21 | 26 | 62 | 15 | 14 | 55 |
| Binary | 10000000 | 1101010 | 1100100 | 0 | 10001 | 10110 | 110010 | 1101 | 1100 | 101101 |
Color Harmonies of #806A64
Complementary color
Monochromatic Colors of #806A64
Black with #806A64
Text Example
Text Example
White with #806A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A64; }
p { color: rgb(128,106,100); }
H1.HeaderClassName
{
color: #806A64;
}
.AnyTagClassName
{
color: #806A64;
}
</style>
background-color css
<style>
a { background-color: #806A64; }
a { background-color: rgb(128,106,100); }
div.DivClassName
{
background-color: #806A64;
}
.BgClassName
{
background-color: #806A64;
}
</style>
border-color css
<style>
span { border-color: #806A64; }
span { border-color: rgb(128,106,100); }
td.TdClassName
{
border-color: #806A64;
}
.TagClassName
{
border-color: #806A64;
}
</style>