Shades of Pharlap #826C67
Tints of Pharlap #826C67
RGB
CMYK
RGB Variations
Color information
#826C67 (or 0x826C67) is known color: Pharlap. HEX triplet: 82, 6C and 67. RGB value is (130,108,103). Sum of RGB (Red+Green+Blue) = 130+108+103=341 (45% of max value = 765). Red value is 130 (51.17% from 255 or 38.12% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 130 - color contains mainly: red. Hex color #826C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826C67 is #7D9398. Grayscale: #727272. Windows color (decimal): -8229785 or 6777986. OLE color: 6777986.
HSL color Cylindrical-coordinate representation of color #826C67: hue angle of 11.11º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #826C67 is Cyan = 0, Magento = 0.17, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 108 | 103 | - |
| CMYK | 0 | 0.17 | 0.21 | 0.49 |
| HSL | 11.11º | 0.12% | 0.46% | - |
| HSV(B) | 11.11º | 0.21% | 0.51% | - |
| XYZ | 17.02 | 16.45 | 15.11 | - |
| YUV | 114.01 | 121.79 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 108 | 103 | 0 | 0.17 | 0.21 | 0.49 | 11.11 | 0.12 | 0.46 |
| Hex | 82 | 6C | 67 | 0 | 11 | 15 | 31 | B | C | 2E |
| Octal | 202 | 154 | 147 | 0 | 21 | 25 | 61 | 13 | 14 | 56 |
| Binary | 10000010 | 1101100 | 1100111 | 0 | 10001 | 10101 | 110001 | 1011 | 1100 | 101110 |
Color Harmonies of #826C67
Complementary color
Monochromatic Colors of #826C67
Black with #826C67
Text Example
Text Example
White with #826C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826C67; }
p { color: rgb(130,108,103); }
H1.HeaderClassName
{
color: #826C67;
}
.AnyTagClassName
{
color: #826C67;
}
</style>
background-color css
<style>
a { background-color: #826C67; }
a { background-color: rgb(130,108,103); }
div.DivClassName
{
background-color: #826C67;
}
.BgClassName
{
background-color: #826C67;
}
</style>
border-color css
<style>
span { border-color: #826C67; }
span { border-color: rgb(130,108,103); }
td.TdClassName
{
border-color: #826C67;
}
.TagClassName
{
border-color: #826C67;
}
</style>