Shades of Pharlap #826A67
Tints of Pharlap #826A67
RGB
CMYK
RGB Variations
Color information
#826A67 (or 0x826A67) is known color: Pharlap. HEX triplet: 82, 6A and 67. RGB value is (130,106,103). Sum of RGB (Red+Green+Blue) = 130+106+103=339 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.35% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 103 (40.62% from 255 or 30.38% from 339); Max value from RGB is 130 - color contains mainly: red. Hex color #826A67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826A67 is #7D9598. Grayscale: #707070. Windows color (decimal): -8230297 or 6777474. OLE color: 6777474.
HSL color Cylindrical-coordinate representation of color #826A67: hue angle of 6.67º 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 #826A67 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 106 | 103 | - |
| CMYK | 0 | 0.18 | 0.21 | 0.49 |
| HSL | 6.67º | 0.12% | 0.46% | - |
| HSV(B) | 6.67º | 0.21% | 0.51% | - |
| XYZ | 16.81 | 16.03 | 15.04 | - |
| YUV | 112.83 | 122.45 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 106 | 103 | 0 | 0.18 | 0.21 | 0.49 | 6.67 | 0.12 | 0.46 |
| Hex | 82 | 6A | 67 | 0 | 12 | 15 | 31 | 7 | C | 2E |
| Octal | 202 | 152 | 147 | 0 | 22 | 25 | 61 | 7 | 14 | 56 |
| Binary | 10000010 | 1101010 | 1100111 | 0 | 10010 | 10101 | 110001 | 111 | 1100 | 101110 |
Color Harmonies of #826A67
Complementary color
Monochromatic Colors of #826A67
Black with #826A67
Text Example
Text Example
White with #826A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826A67; }
p { color: rgb(130,106,103); }
H1.HeaderClassName
{
color: #826A67;
}
.AnyTagClassName
{
color: #826A67;
}
</style>
background-color css
<style>
a { background-color: #826A67; }
a { background-color: rgb(130,106,103); }
div.DivClassName
{
background-color: #826A67;
}
.BgClassName
{
background-color: #826A67;
}
</style>
border-color css
<style>
span { border-color: #826A67; }
span { border-color: rgb(130,106,103); }
td.TdClassName
{
border-color: #826A67;
}
.TagClassName
{
border-color: #826A67;
}
</style>