Shades of Pharlap #846A63
Tints of Pharlap #846A63
RGB
CMYK
RGB Variations
Color information
#846A63 (or 0x846A63) is known color: Pharlap. HEX triplet: 84, 6A and 63. RGB value is (132,106,99). Sum of RGB (Red+Green+Blue) = 132+106+99=337 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.17% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 132 - color contains mainly: red. Hex color #846A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846A63 is #7B959C. Grayscale: #717171. Windows color (decimal): -8099229 or 6515332. OLE color: 6515332.
HSL color Cylindrical-coordinate representation of color #846A63: hue angle of 12.73º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846A63 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 106 | 99 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.48 |
| HSL | 12.73º | 0.14% | 0.45% | - |
| HSV(B) | 12.73º | 0.25% | 0.52% | - |
| XYZ | 16.92 | 16.11 | 14.02 | - |
| YUV | 112.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 99 | 0 | 0.20 | 0.25 | 0.48 | 12.73 | 0.14 | 0.45 |
| Hex | 84 | 6A | 63 | 0 | 14 | 19 | 30 | D | E | 2D |
| Octal | 204 | 152 | 143 | 0 | 24 | 31 | 60 | 15 | 16 | 55 |
| Binary | 10000100 | 1101010 | 1100011 | 0 | 10100 | 11001 | 110000 | 1101 | 1110 | 101101 |
Color Harmonies of #846A63
Complementary color
Monochromatic Colors of #846A63
Black with #846A63
Text Example
Text Example
White with #846A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846A63; }
p { color: rgb(132,106,99); }
H1.HeaderClassName
{
color: #846A63;
}
.AnyTagClassName
{
color: #846A63;
}
</style>
background-color css
<style>
a { background-color: #846A63; }
a { background-color: rgb(132,106,99); }
div.DivClassName
{
background-color: #846A63;
}
.BgClassName
{
background-color: #846A63;
}
</style>
border-color css
<style>
span { border-color: #846A63; }
span { border-color: rgb(132,106,99); }
td.TdClassName
{
border-color: #846A63;
}
.TagClassName
{
border-color: #846A63;
}
</style>