Shades of Pharlap #806665
Tints of Pharlap #806665
RGB
CMYK
RGB Variations
Color information
#806665 (or 0x806665) is known color: Pharlap. HEX triplet: 80, 66 and 65. RGB value is (128,102,101). Sum of RGB (Red+Green+Blue) = 128+102+101=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 101 (39.84% from 255 or 30.51% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #806665 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806665 is #7F999A. Grayscale: #6D6D6D. Windows color (decimal): -8362395 or 6645376. OLE color: 6645376.
HSL color Cylindrical-coordinate representation of color #806665: hue angle of 2.22º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #806665 is Cyan = 0, Magento = 0.20, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 102 | 101 | - |
| CMYK | 0 | 0.20 | 0.21 | 0.50 |
| HSL | 2.22º | 0.12% | 0.45% | - |
| HSV(B) | 2.22º | 0.21% | 0.5% | - |
| XYZ | 16 | 15.03 | 14.37 | - |
| YUV | 109.66 | 123.11 | 141.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 101 | 0 | 0.20 | 0.21 | 0.50 | 2.22 | 0.12 | 0.45 |
| Hex | 80 | 66 | 65 | 0 | 14 | 15 | 32 | 2 | C | 2D |
| Octal | 200 | 146 | 145 | 0 | 24 | 25 | 62 | 2 | 14 | 55 |
| Binary | 10000000 | 1100110 | 1100101 | 0 | 10100 | 10101 | 110010 | 10 | 1100 | 101101 |
Color Harmonies of #806665
Complementary color
Monochromatic Colors of #806665
Black with #806665
Text Example
Text Example
White with #806665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806665; }
p { color: rgb(128,102,101); }
H1.HeaderClassName
{
color: #806665;
}
.AnyTagClassName
{
color: #806665;
}
</style>
background-color css
<style>
a { background-color: #806665; }
a { background-color: rgb(128,102,101); }
div.DivClassName
{
background-color: #806665;
}
.BgClassName
{
background-color: #806665;
}
</style>
border-color css
<style>
span { border-color: #806665; }
span { border-color: rgb(128,102,101); }
td.TdClassName
{
border-color: #806665;
}
.TagClassName
{
border-color: #806665;
}
</style>