Shades of Pharlap #806965
Tints of Pharlap #806965
RGB
CMYK
RGB Variations
Color information
#806965 (or 0x806965) is known color: Pharlap. HEX triplet: 80, 69 and 65. RGB value is (128,105,101). Sum of RGB (Red+Green+Blue) = 128+105+101=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 105 (41.41% from 255 or 31.44% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #806965 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806965 is #7F969A. Grayscale: #6F6F6F. Windows color (decimal): -8361627 or 6646144. OLE color: 6646144.
HSL color Cylindrical-coordinate representation of color #806965: hue angle of 8.89º 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 #806965 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 105 | 101 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.50 |
| HSL | 8.89º | 0.12% | 0.45% | - |
| HSV(B) | 8.89º | 0.21% | 0.5% | - |
| XYZ | 16.3 | 15.63 | 14.47 | - |
| YUV | 111.42 | 122.12 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 105 | 101 | 0 | 0.18 | 0.21 | 0.50 | 8.89 | 0.12 | 0.45 |
| Hex | 80 | 69 | 65 | 0 | 12 | 15 | 32 | 9 | C | 2D |
| Octal | 200 | 151 | 145 | 0 | 22 | 25 | 62 | 11 | 14 | 55 |
| Binary | 10000000 | 1101001 | 1100101 | 0 | 10010 | 10101 | 110010 | 1001 | 1100 | 101101 |
Color Harmonies of #806965
Complementary color
Monochromatic Colors of #806965
Black with #806965
Text Example
Text Example
White with #806965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806965; }
p { color: rgb(128,105,101); }
H1.HeaderClassName
{
color: #806965;
}
.AnyTagClassName
{
color: #806965;
}
</style>
background-color css
<style>
a { background-color: #806965; }
a { background-color: rgb(128,105,101); }
div.DivClassName
{
background-color: #806965;
}
.BgClassName
{
background-color: #806965;
}
</style>
border-color css
<style>
span { border-color: #806965; }
span { border-color: rgb(128,105,101); }
td.TdClassName
{
border-color: #806965;
}
.TagClassName
{
border-color: #806965;
}
</style>