Shades of Pharlap #816C66
Tints of Pharlap #816C66
RGB
CMYK
RGB Variations
Color information
#816C66 (or 0x816C66) is known color: Pharlap. HEX triplet: 81, 6C and 66. RGB value is (129,108,102). Sum of RGB (Red+Green+Blue) = 129+108+102=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 108 (42.58% from 255 or 31.86% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #816C66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816C66 is #7E9399. Grayscale: #717171. Windows color (decimal): -8295322 or 6712449. OLE color: 6712449.
HSL color Cylindrical-coordinate representation of color #816C66: hue angle of 13.33º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816C66 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 108 | 102 | - |
| CMYK | 0 | 0.16 | 0.21 | 0.49 |
| HSL | 13.33º | 0.12% | 0.45% | - |
| HSV(B) | 13.33º | 0.21% | 0.51% | - |
| XYZ | 16.81 | 16.35 | 14.84 | - |
| YUV | 113.6 | 121.46 | 138.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 102 | 0 | 0.16 | 0.21 | 0.49 | 13.33 | 0.12 | 0.45 |
| Hex | 81 | 6C | 66 | 0 | 10 | 15 | 31 | D | C | 2D |
| Octal | 201 | 154 | 146 | 0 | 20 | 25 | 61 | 15 | 14 | 55 |
| Binary | 10000001 | 1101100 | 1100110 | 0 | 10000 | 10101 | 110001 | 1101 | 1100 | 101101 |
Color Harmonies of #816C66
Complementary color
Monochromatic Colors of #816C66
Black with #816C66
Text Example
Text Example
White with #816C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816C66; }
p { color: rgb(129,108,102); }
H1.HeaderClassName
{
color: #816C66;
}
.AnyTagClassName
{
color: #816C66;
}
</style>
background-color css
<style>
a { background-color: #816C66; }
a { background-color: rgb(129,108,102); }
div.DivClassName
{
background-color: #816C66;
}
.BgClassName
{
background-color: #816C66;
}
</style>
border-color css
<style>
span { border-color: #816C66; }
span { border-color: rgb(129,108,102); }
td.TdClassName
{
border-color: #816C66;
}
.TagClassName
{
border-color: #816C66;
}
</style>